<!-- file containing javascript functions -->

function addBookmark(title,url)
{
	if (window.sidebar) 
	{ 
		window.sidebar.addPanel(title, self.location.href,""); 
	}
	else if( document.all ) 
	{
		window.external.AddFavorite( self.location.href, title);
	} 
	else if( window.opera && window.print ) 
	{
		return true;
	}
}


function popup(url,w,h) {
  window.open(url, "Pitstopboss", "height=" + h + ",width=" + w + ",scrollbars=1, menubar=0, screenX=120, left=100, screenY=20, top=10, resizable=0, status=0, channelmode=0, dependent=0, directories=0, fullscreen=0, location=0");
}




function mailpassword1() {
 window.open("templates/web/web_mailpassword1.html", "help", "height=400,width=500,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}



