/*


function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}


*/

function attachment(artnr,lang)
{
var pfad = "files/elements/artikeldateien.php?";
window.open(pfad+ "artnr=" +artnr+ "&lang=" +lang,"",'scrollbars=yes, width=340,height=150,location=no,directories=no,top=300,left=280');
}

function warenkorbspeicher(lease,kunr,SID,lang,socm,pid)
{
var pfad = "files/elements/kundencenter/warenkorbspeicher.php?";
window.open(pfad+ "lease=" +lease+ "&kunr=" +kunr+ "&SID=" +SID+ "&lang=" +lang+ "&socm=" +socm+ "&pid=" +pid,"",'scrollbars=yes, width=340,height=150,location=no,directories=no');
}


function savebasket(lease,kunr,SID,lang)
{
var pfad = "files/elements/korbspeichern.php?";
window.open(pfad+ "lease=" +lease+ "&kunr=" +kunr+ "&SID=" +SID+ "&lang=" +lang,"",'scrollbars=no, width=340,height=150,location=no,directories=no');
}

function pageprint(loc,pageid,lang)
{
var pfad = "files/elements/page_print.php?";
window.open(pfad+ "loc=" +loc+ "&pageid=" +pageid+ "&lang=" +lang,"",'fullscreen=0,toolbar= no,status=no,resizable=no,menubar=no, menu=no, scrollbars=yes, width=650,height=400,location=no,directories=no,top=20,left=240');
}

function vote()
{
window.open('files/elements/infos/bewertung.php','newwindow','fullscreen=0,toolbar= no,status=no,resizable=no,menubar=no, menu=no, scrollbars=yes, width=550,height=350,location=no,directories=no');
}



function votenow(opt,art,lease,SID,warenid,socm)
{

var pfad = "files/elements/votearticle.php?";

window.open(pfad+ "opt=" +opt+ "&art=" +art+ "&lease=" +lease+ "&SID=" +SID+ "&warenid=" +warenid+ "&socm=" +socm,"",'fullscreen=0,toolbar= no,status=no,resizable=no,menubar=no, menu=no, scrollbars=no, width=245,height=250,location=no,directories=no,top=220,left=300');

}


function shobewert()
{



	if(window.document.votara1.shmod1.value=="0")
	{
	alert('Bitte treffen Sie Ihre Punktauswahl!');
	return false;
	}
}

function logfree()
{

	if(window.document.formloj.logoff.value=="")
	{
	alert('Entsperrschlüssel eingeben!');
	return false;
	}
}

function premium(lease,SID)
{

var pfad = "files/elements/kundencenter/rabattliste.php?";

window.open(pfad+ "&lease=" +lease+ "&SID=" +SID,"",'fullscreen=0,toolbar= no,status=no,resizable=no,menubar=no, menu=no, scrollbars=yes, width=680,height=450,location=no,directories=no,top=220,left=300');

}


function routesearch()
{

	if(window.document.route.saddr.value=="" || window.document.route.saddr.value=="Ihre Strasse,Ort")
	{
	alert('Bitte geben Sie Ihre Adressdaten ein !');
	return false;
	}
}



function bewertfresh(infile,art,lease,SID,warenid,socm)
{
	
var xpfad = "../../index.php?pid=15";

opener.location.reload(xpfad+ "&infile=" +infile+ "&art=" +art+ "&lease=" +lease+ "&SID=" +SID+ "&warenid=" +warenid+ "&socm=" +socm+ "&mweg=" +1);
//window.setTimeout('opener.location.reload(xpfad+ "&opt=" +opt+ "&art=" +art+ "&lease=" +lease+ "&SID=" +SID+ "&warenid=" +warenid)',5000);

	
		window.setTimeout("window.close()",1000);
		return true;
}


function showMe(a){
	  var e=document.getElementById(a);
	  if(!e)return true;
	  if(e.style.display=="none"){
	    e.style.display="block"
	  } else {
	    e.style.display="none"
	  }
	  return true;
	}


