function contact() {
 window.open("http://www.betterppt.com/contact.htm","",
"height=300,width=210,left=350,top=100");}
//-->


function smallwindow(theURL,winName,features,height) 
{ window.open(theURL,"smallwindow","scrollbars=yes,resizable=yes,width=620,left=0,top=0,height="+height); }
//-->


function largewindow(theURL,winName,features,height) 
{ window.open(theURL,"largewindow","scrollbars=yes,resizable=yes,width=850,left=0,top=0,height="+height); }
//-->


function orderpage(theURL,winName,features,height) 
{ window.open("https://secure.bluehost.com/~betterpp/"+theURL,"register","toolbar=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=850,left=0,top=0,height="+height); }
