var serverPath, wWidth, wHeight,newWindow;

serverPath="http://host4u2.com/cgi-bin/info/";
wWidth=575;
wHeight=280;

//////////////////////////////////////////////
/// (c) 2001 ASCRIPTS.COM // do not remove! //
//////////////////////////////////////////////

function showhelp(helpID)
{
   newWindow=window.open(serverPath+'info.cgi?id='+helpID,"","width="+wWidth+", height="+wHeight+", toolbar=no, menubar=no, status=no,location=no,directories=no, scrollbars=yes,resizable=no");
}