function popUp(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=400,left = 100,top = 100');");
}

function popUpBig(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=780,height=700,left=20,top=20');");
}


function popitup(url) {
	newwindow=window.open(url,'name','height=400,width=780,resizable=1,scrollbars=1');
	newwindow.focus();
	return false;
}

function doPopup() {
    var newwin = null;
    newwin = window.open('', 'paywin', 'scrollbars,status,width=550,height=600');
    newwin.focus();
    return true;
}


function changeZindex() {
    document.getElementById("div2_22").style.zIndex = -1;

}

function changeZindexBack() {
    document.getElementById("div2_22").style.zIndex = 1;
}

function dropdownmeny() {
    link="";
    link=document.form1.drpErbjudande.options[document.form1.drpErbjudande.selectedIndex].value;
    
    day = new Date();
	id = day.getTime();
	/* eval("page" + id + " = window.open(link, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=400,left = 100,top = 100');");*/
	
    window.open().location.href=link;
}
