function modalWin(url) {
if (window.showModalDialog) {
window.showModalDialog(url,"name",
"dialogWidth:400px;dialogHeight:500px");
} else {
window.open(url,'name',
'height=500,width=400,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,modal=yes');
}
} 


<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

// FLOATING MENU AREA - SEE NOTE BELOW FOR MOVING THE MENU UP ON THE PAGE


if (!document.layers)
document.write('<div id="Floater" style="position:absolute">')
document.write('<layer id="Floater">');


// START THE IMAGE LINKS COPY ANY ONE OF THESE 3 LINES TO ADD A NEW LINK



document.write('<a href="index.php"><img src="img/shome.gif" border="0" vspace="0"></a><br>');

document.write('<a href="format.php"><img src="img/swriting.gif" border="0" vspace="0"></a><br>');

document.write('<a href="sample.php"><img src="img/ssample.gif" border="0" vspace="0"></a><br>');

document.write('<a href="order.php"><img src="img/sorder.gif" border="0" vspace="0"></a><br>');

document.write('<a href="faq.php"><img src="img/sfaq.gif" border="0" vspace="0"></a><br>');

document.write('<a href="testimonials.php"><img src="img/stestimonials.gif" border="0" vspace="0"></a><br>');

document.write('<a href="contact.php"><img src="img/scontact.gif" border="0" vspace="0"></a><br>');

document.write('<a href="javascript:bookmarksite(\'SERVICES: Essays, Math Solutions, Programming\', \'http://www.mypaperexpress.com\')"><img src="img/sbookmark.gif" border="0" vspace="0"></a><br>');



document.write('<img src="img/shand.gif" border="0" vspace="0"><br>');

document.write('</layer>');




// COPYRIGHT 2006 © Allwebco Design Corporation




// NOTE: If you add links you will need to alter the "placeY" 275 number below


if (!document.layers)
document.write('</div>')

function FloatMenu()
{
	var Xloc = 0,
	Yloc = 350;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	function SetMenu(id)
	{
		var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.layers[id];
		if(document.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = Xloc;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= Yloc;
		return GetElements;
	}
	window.LoCate_XY=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - Yloc - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 10);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();


//  End -->
