theHelpUrl="demo/demo1.htm";
function dohelp() {
reWin = window.open(theHelpUrl,'determined','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=550,height=275,top=100,left=100');
}
function addbookmark()
{
var msg = "Netscape Users!Press Ctrl+D to Bookmark This Site!";
bookmarkurl="http://www.allrefrigerants.com"
bookmarktitle="AllRefrigerants.com - India's Online Marketplace for Refrigerant Gases!"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
else
alert(msg);
}
function Start(page)
{
OpenWin = this.open(page, "CtrlWindow","height=400,width=600 toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,");
}