// autostart = true // repet = always / none

function aff_video_flash_name(Nom,PthPlayer,w,h,fichier,autostart,repet,volume,ctrlbar){
	 var s1 = new SWFObject(PthPlayer,'ply',w,h,'9','#000000');
  s1.addParam('allowfullscreen','true');
  s1.addParam('allowscriptaccess','always');
  s1.addParam('wmode','opaque');
  s1.addParam('flashvars','file='+fichier+'&autostart='+autostart+'&repeat='+repet+'&volume='+volume+'&controlbar='+ctrlbar+'&backcolor=fa0316&frontcolor=000000&lightcolor=000000&screencolor=000000');
  s1.write(Nom);
}

		function geturl(site){
			//  http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.gornossproduction.com
			if (site=="facebook") {url="http://www.facebook.com/sharer.php?u="+encodeURIComponent(document.location.href)+"t="+encodeURIComponent(document.title);}
			if (site=="twitter") {url="http://twitter.com/home?status=GornossProduction+"+document.location.href;}
			document.writeln('<a href="'+url+'" target="blank">');
		}
		
				function switchI(img,racine,top){
					
			if (top == "1"){
				img.src = racine+"_o.jpg"
			}else{
				img.src = racine+".jpg"
			}
		 
			
		}
		
						function openWin(urllink,w,h){
				
	
			var win = new Window({className: "Alphacube",
				 title: "GornossProduction",
				 width:w, height:h,
				 minimizable:false,
				 maximizable:false,
				 destroyOnClose:true,
				 url: urllink,
				 showEffectOptions: {duration:1.5}}) 
				 	
			win.showCenter(true);
			
		}
