/*******************************************************
** Include file for www.budettan.com
*******************************************************/

	
/*******************************************************
	popup 
*******************************************************/
	 
	function popUp(strPic, strName, strPref) {
		var popupwin;
		strPref = strPref + ',toolbar=no,scrollbars=no,location=no';
		popupwin = window.open(strPic,strName,strPref);
 		popupwin.focus();

	}	
	
/*******************************************************
** add  bookmark function
*******************************************************/

	function addBookmark(){
		if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
		
		url = "http://www.budettan.com";
		title = "Budatten";
		
		document.write('<A HREF="javascript:window.external.AddFavorite(url,title);" ');
		document.write('onMouseOver=" window.status=\'Lägg till Budettan i dina favoriter!\'; return true ');
		document.write('"onMouseOut=" window.status=\' \'; return true ');
		document.write('" class=\'copy\'>Lägg till Budettan i dina favoriter!</a>');
		}
		else {
		var msg = "Lägg Budettan i favoriter!";
		if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
		document.write(msg);
		}
	}


/*******************************************************
** load menu
*******************************************************/
	function loadMenu(){
		if(parent.frames[0]&&parent.frames['menu'].Go) parent.frames['menu'].Go();
	}
