window.onload= function() {
	MM_preloadImages(
	'images/link1_o.jpg',
	'images/link2_o.jpg',
	'images/link3_o.jpg'
	);
}
function PopupText()
{

    var windowhandle = window.open('', '_blank', 'height=370, width=400, scrollbars=yes, top=0, left=0');
    
	    if (windowhandle)
	    {
	        
	        windowhandle.document.write('<link href="screen.css" rel="stylesheet"  type="text/css" />');
			windowhandle.document.write('<link href="contactForm.css" rel="stylesheet"  type="text/css" />');
			windowhandle.document.write('<title>Michael Grant - Risk Free Guarantee</title>');
	        windowhandle.document.write('<div id="text_right" style="text-align:left; background:#F2F2E3; " >')
			windowhandle.document.write('<div><a href="index.php"><img src="images/logo.gif" alt="Michael Grant" width="218" height="105" border="0" id="logo" /></a></div>');
			windowhandle.document.write('<div style="padding:20px;">');
 	        windowhandle.document.write('<p class="requestQuoteH">RISK FREE GUARANTEE</p>');
			windowhandle.document.write('<p>New clients, please try us  risk free. We want you to feel completely comfortable using our writing  services for the first time. When you   purchase any of our writing services, we <strong>guarantee</strong> your  satisfaction. If  for any reason you are not completely satisfied, let us  know within one week of  receipt for a full refund, excluding any costs. It&rsquo;s that simple.</p>');
			windowhandle.document.write('<p><input type="button" value="Close" onclick="window.close();" /></p> ')
			windowhandle.document.write('</div>');
	        windowhandle.document.write('</div>');
	        
	        windowhandle.document.close();
	        
	    }
}
