function Go(location, name, width, height, scrollbars)
{
window.open(location, name, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=' + scrollbars + ',resizable=no,width=' + width + ',height=' + height);
return(false);
}
