function openHFW(upage) { var theURL,winName,features,query; query=(upage)?'?up='+upage:''; theURL='http://www.hibyte.co.uk/cgi-bin/hifriendpro/hifriendpro.pl'+query; winName= 'TellAFriend'; features='scrollbars=no,resizable=yes,width=480,height=460'; var mLoc=window.location.href;var dTitle=document.title; dTitle=escape(dTitle);mLoc=escape(mLoc); var mST=(theURL.indexOf('?')!=-1)?'&fr=':'?fr='; theURL=theURL+mST+mLoc +'&dt='+dTitle; var myWin=window.open(theURL,winName,features); myWin.focus(); }