function mostrar_video(formath,videoh) 
{
var attributes = {};
			
			var params = {}; 
			// for fullscreen 
			params.allowfullscreen = "true";
			
			var flashvars = {}; 
			// the video file or the playlist file 
			//flashvars.file = "Conchita-PuedeSer.flv"; 
			//flashvars.file = "../videos/Conchita-PuedeSer.flv";
			flashvars.file = videoh;
			// the PHP script (1.5 is a recommended value for PHP Streaming for bufferlength)
			// flashvars.streamscript = "flvprovider.php"; 
			flashvars.streamscript = "http://www.nanouktv.com/videos/flvprovider.php"; 
			flashvars.bufferlength = "1.5"; 
			
			// width and height of the player (h is height of the video + 20 for controlbar) 
			// required for IE7 
			if (formath=="16:9") { 
			flashvars.width = "450"; 
			flashvars.height = "274"; 
			// width and height of the video 
			flashvars.displaywidth = "450"; 
			flashvars.displayheight = "254"; 

			}
			else {
			flashvars.width = "450"; 
			flashvars.height = "357"; 
			// width and height of the video 
			flashvars.displaywidth = "450"; 
			flashvars.displayheight = "337"; 
			};
			flashvars.autostart = "true"; 
			flashvars.showdigits = "true"; 
			
			// for fullscreen 
			flashvars.showfsbutton = "true"; 
if (formath=="16:9") { 			
			// 9 for Flash Player 9 (for ON2 Codec and FullScreen)
			 swfobject.embedSWF("http://www.nanouktv.com/videos/phpsflvplayer.swf", "flashcontent", "450", "274", "9.0.0", 

"http://www.nanouktv.com/videos/playerProductInstall.swf", flashvars, params, attributes);
			 }
			 else {

			swfobject.embedSWF("http://www.nanouktv.com/videos/phpsflvplayer.swf", "flashcontent", "450", "357", "9.0.0", 

"http://www.nanouktv.com/videos/playerProductInstall.swf", flashvars, params, attributes);
			 };
			 }
function mostrar_video2(formath2,videoh2) 
{
var attributes = {};
			
			var params = {}; 
			// for fullscreen 
			params.allowfullscreen = "true";
			
			var flashvars = {}; 
			flashvars.file = videoh2;
			flashvars.streamscript = "http://www.nanouktv.com/videos/flvprovider.php"; 
			flashvars.bufferlength = "1.5"; 
			if (formath2=="16:9") { 
			flashvars.width = "450"; 
			flashvars.height = "274"; 
			flashvars.displaywidth = "450"; 
			flashvars.displayheight = "254"; 
			}
			else {
			flashvars.width = "450"; 
			flashvars.height = "357"; 
			// width and height of the video 
			flashvars.displaywidth = "450"; 
			flashvars.displayheight = "337"; 
			};
			flashvars.autostart = "false"; 
			flashvars.showdigits = "true"; 
			// for fullscreen 
			flashvars.showfsbutton = "true"; 
if (formath2=="16:9") { 			
			// 9 for Flash Player 9 (for ON2 Codec and FullScreen)
			 swfobject.embedSWF("http://www.nanouktv.com/videos/phpsflvplayer2.swf", "flashcontent2", "450", "274", "9.0.0", 

"http://www.nanouktv.com/videos/playerProductInstall2.swf", flashvars, params, attributes);
			 }
			 else {

			swfobject.embedSWF("http://www.nanouktv.com/videos/phpsflvplayer2.swf", "flashcontent2", "450", "357", "9.0.0", 

"http://www.nanouktv.com/videos/playerProductInstall2.swf", flashvars, params, attributes);
			 };
			 }