// JavaScript Document
/*function fnLoad(){
		document.forms[0].textfield.value="
			";
			/*
			
			<table width=152 border=0 cellpadding=0 cellspacing=0> 
			 <tr> 
		    	<td width=146>
					<a href='http://www.protectmywork.com?linkcode' target='_blank' class='text'>
					<font size=2>copyright protection by:</font></a>
				</td>
			</tr>
			<tr> 
		 	   <td><a href='http://www.protectmywork.com?linkcode' target='_blank'>
					<img src='http://www.protectmywork.com/images/addlogo/warning.JPG' border=0></a>
			   </td> 
		   </tr>
		</table>
			
			
}*/

function PopupLink() { 
	X=screen.width/2 - 200;
	Y=screen.height/2 - 200;
	myWin=window.open( "popup.htm","","resizable=0,HEIGHT=300,WIDTH=375"); 
	myWin.moveTo(X,Y);
   } 
   
function CopyToClipboard(){
   document.forms[0].textfield.focus();
   document.forms[0].textfield.select(); 
   CopiedTxt = document.selection.createRange();
   CopiedTxt.execCommand("Copy");
}

function PopupPic() { 
     myWin=window.open( "show_image.html", "",  
     "resizable=0,HEIGHT=200,WIDTH=300"); 
	 X=screen.width/2 - 200;
	 Y=screen.height/2 - 200;
	myWin.moveTo(X,Y);
   } 
