function gotoTop() { var strUrl=location.href; var arr=strUrl.split("#"); location.href=arr[0]+"#Top" } function bookmark(url, description) { netscape="Netscape User's hit CTRL+D to add a bookmark to this site." if (navigator.appName=='Microsoft Internet Explorer') { window.external.AddFavorite(url, description); } else if (navigator.appName=='Netscape') { alert(netscape); } } function sendPage(url, description,skin) { switch (skin) { case "lindegas": W=490; H=320; break; case "lindegroup20": W=420; H=320; break; case "lindegroup20_12px": W=420; H=320; break; case "globalintranet": W=420; H=320; break; case "still": W=420; H=320; break; case "clusterheadache": W=420; H=320; break; default: W=420; H=320; } href="../form_sendpage?openform&URL="+url+"&DESC="+description; windowname=""; leftside=((screen.width-W)/2); topside=((screen.height-H)/2); window.open(href, windowname, 'width='+W+',height='+H+',toolbar=no,left='+leftside+',top='+topside+',scrollbars=no') //window.open(href, windowname, 'width=1420,height=1320,toolbar=no,left='+leftside+',top='+topside+',scrollbars=Yes') }