function lostPassword() {
		open("lost_password.jsp", "passwordWindow", "menubar=no, width=360, height=250");
	}
	function checkHeader() {
		var headerName = parent.header.location.pathname;
		if (headerName.indexOf("log_header.jsp") == -1) {
			parent.header.location.href = "log_header.jsp";
		}
	}
function clickElement( id )
{
    var el = document.getElementById( id );
    if( el != null )
    {
        el.click();
    }
}

function hinweis() {
	alert("Der Artikel wird in den Warenkorb gelegt!\n\nDie Aufnahme in den Warenkorb ist keine verbindliche Bestellung.");
}

function nl_fenster() {
	popunder = window.open("tmpl/newsletter_info.php?kid=&src=", "nl_popup", "width=255,height=250,scrollbars=1,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0");
			if(popunder) { popunder.blur(); }
			window.focus();}

function firstgate_fenster() {
	firstgatepopup = window.open("tmpl/firstgate_info.php?kid=&src=", "firstgate_popup", "width=250,height=350,scrollbars=1,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0");
	setTimeout("firstgatepopup.focus()", 4000);
}

function openpict( screenshotUrl, imageSrc)
{
    url = screenshotUrl + "?src="+imageSrc;
    window.open(url,"ScreenshotDetail","top=100, left=100, width=860, height=620,scrollbars=1,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0");
}

