function PV(link,title,author)
{  
	document.getElementById('MyIFrame').src = "http://www.htmate2.com/myVideo/playvideo.php?url="+link+"&title="+title+"&author="+author;






	document.theform.thelink2.value = "<a href='http://www.htmate2.com/myVideo/playvideomain.php?author="+author+"&title="+title+"&url="+link+"'>\""+title+"\" By "+author+"</a>";
  	document.theform.thelink3.value = "<a href=\"#\" onClick=\"Javascript:window.open('http://www.htmate2.com/myVideo/playvideomain.php?author="+author+"&title="+title+"&url="+link+"','','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=360,height=400');\">\""+title+"\"By"+author+"</a>";
       	document.theform.thelink1.value = "<div id=vpdiv><a href='http://www.htmate2.com/myVideo'><embed name='RAOCXplayer' style='filter:invert' src='"+link+"' type='application/x-mplayer2' width='300' height='300' ShowControls='1' ShowStatusBar='0' loop='true' EnableContextMenu='0' DisplaySize='0' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'></embed></div><font style='font-size: 10pt;'>Tons of Videos At myVideo</font></a>";
 

        scroll(0,0);
}

function CopyCode(num)
{      
 
	var code;
	if (num == 1)
		code = document.theform.thelink1.value;
	if (num == 2)
		code = document.theform.thelink2.value;
	if (num == 3)
		code = document.theform.thelink3.value;
       	if (code.length>0)
       	{
 		if (window.clipboardData) 
   		{
           		window.clipboardData.setData("Text", code);
       			alert("Your Video Code has been copied to the ClipBoard! \n\n Simply PASTE (Ctrl+V) this into your html document.");
		}else{
 			if (num == 1)
 			{
				document.theform.thelink1.focus();
				document.theform.thelink1.select();
			}
 			if (num == 2)
 			{
				document.theform.thelink2.focus();
				document.theform.thelink2.select();
			}
 			if (num == 3)
 			{
				document.theform.thelink3.focus();
				document.theform.thelink3.select();
			}
      			alert("Use Right Mouse Button & Select COPY!");
                  }
        }
        else
        	alert("You do not have anything to Copy!");

}
