
<!-- Hide script from old browsers

function goPFP() {
	window.open("http://www.sullivanspeaker.com/cgi-bin/MasterPFP.cgi?doc="+document.URL)
}


function referWindow(docURL,docTitle) {

winWidth=520
winHeight=270
leftPos=(screen.width-winWidth)/2
topPos=(screen.height-winHeight)/2

newWindow = null
newWindow=window.open("","newWin","replace=no,resizable=no,toolbar=no,status=yes,menubar=no,location=no,width="+winWidth+",height="+winHeight+",left="+leftPos+",top="+topPos)
d = newWindow.document

d.write('<html><head><title>Refer a Friend</title>'+
'<style>td {font-family: "Arial"; font-size: 9pt}</style><\/head>'+
'<body><TABLE bgcolor="#CCCCFF\" cellspacing="6" cellpadding="6" width="500"><TR><TD>'+
'<form method="POST" action="http://www.sullivanspeaker.com/cgi-bin/MasterRecommend.cgi">'+
'<input type=hidden name="siteurl" value="'+docURL+'">'+
'<input type=hidden name="sitename" value="'+docTitle+'">'+
"<input type=hidden name=\"template\" value=\".\/MRTemplates.txt\">"+
'<input type=hidden name="visitorgetsmail" value="0">'+
'<input type=hidden name="redirecturl" value="http://www.sullivanspeaker.com/MR_thankyou.htm">'+
'<table cellspacing="2" cellpadding="2" border=0>'+
'<tr><td>Your name: <input type=text name="visitorname" size="20"></td>'+
'<td>Friend\'s name: <input type=text name="friendname" size="20"></td></tr>'+
'<tr><td>Your email: <input type=text name="visitormail" size="20"></td>'+
'<td>Friend\'s email: <input type=text name="friendmail" size="20"></td></tr>'+
'</table>'+
'<table cellspacing="4" cellpadding="4" border=0><tr>'+
'<td align=right valign=bottom>'+
	'<table cellpadding="2" cellspacing="2" border=0 width="95%"><tr>'+
	'<td valign=top><p align="left"><input type=checkbox name="sendcopy" value="yes"></p>'+
    '</td><td>'+
      '<p align="left">Send me a copy of what\'s sent to my friend</p>'+
    '</td></tr></table><p align="left"><br>'+
'<input type=submit VALUE="Recommend!"></p>'+
'</td><td valign=top>'+
  '<p align="left">Personal note for your friend:<br>'+
'<textarea name=message rows=8 cols=33 wrap=soft></textarea><br>'+
  '</p></td></tr></table></td></tr></form></table></body></html>')
  
d.close()
}
// End hiding scripts from old browsers -->
