﻿/* function bookmark(myURL, myName){        if(typeof(GeckoActiveXObject)=="function") window.sidebar.addPanel(myName,myURL,"");        if(typeof(document.all)=="object") window.external.AddFavorite(myURL,myName);}*/<!--This is one of many scripts which are available at:     *---//--http://www.JavaScript.nu/javascript                     *---//--This script is FREE, but you MUST let these lines       *---//--remain if you use this script.                          *---function bookmark(url, description){//***---Denna text visas om man har Netscape.netscape="Please click on OK button and then press CTRL+D on your keyboard to bookmark this site or CMD+D on Mac."if (navigator.appName=='Microsoft Internet Explorer'){window.external.AddFavorite(url, description);}else if (navigator.appName=='Netscape'){alert(netscape);}}//-->
