var artikel_id;
function Info(artikel_id)
{
info2 = window.open("./info.php?id="+artikel_id, "Ubersicht","width=650,height=550,left=200,top=150,scrollbars=yes");
info2.focus();
}


function showimg(bild, h, w)
{
	info2 = window.open("artikelbild.php?bild=" + bild, "Bild","width=" + w + ",height=" + h + ",left=200,top=150,scrollbars=yes,resizable=yes");
	info2.focus();
}
function xmaspop(bild)
{
	info2 = window.open("xmas.php?tag=" + bild, "Saar-Rad Adventskalender","width=500,height=300,left=200,top=150,scrollbars=no,resizable=no");
	info2.focus();
}

function downloadKatalog (id)
{
	info2 = window.open("./katalog_download.php?id="+id, "Ubersicht","width=650,height=550,left=200,top=150,scrollbars=yes,resizable=yes");
	info2.focus();
}

function downloadMerkliste (id)
{
	info2 = window.open("./angebot_download.php?id="+id, "Ubersicht","width=650,height=550,left=200,top=150,scrollbars=yes,resizable=yes");
	info2.focus();
}

function downloadexport (art)
{
	info2 = window.open("./artikelexport_download.php?art="+art, "Ubersicht","width=650,height=550,left=200,top=150,scrollbars=yes,resizable=yes");
	info2.focus();
}

function downloadPDF (id)
{
	info2 = window.open("./pdf_download.php?id="+id, "Ubersicht","width=650,height=550,left=200,top=150,scrollbars=yes,resizable=yes");
	info2.focus();
}

function warenkorb_info()
{
info3 = window.open("about:blank", "warenkorb2","width=250,height=150,left=200,top=150,scrollbars=yes");
info3.focus();
}

function togglePrice()
{
	info3 = window.open("./togglePrice.php", "Preisanzeige","width=250,height=150,left=200,top=150,scrollbars=yes");
	info3.focus();
	//location.reload();	
}

function togglePriceSuche(suchbegriff, extendedSearch, order, newPageValue)
{
	info3 = window.open("./togglePrice.php", "Preisanzeige","width=250,height=150,left=200,top=150,scrollbars=yes");
	info3.focus();
	//7location.href = "./suche.php?suchbegriff="+suchbegriff+"&extendedSearch="+extendedSearch+"&order="+order+"&newPageValue="+newPageValue;
}

function togglePriceAll(url)
{
	info3 = window.open("./togglePrice.php", "Preisanzeige","width=250,height=150,left=200,top=150,scrollbars=yes");
	info3.focus();
	//location.href = url;
}

function togglePriceIndex()
{
	info3 = window.open("./togglePrice.php", "Preisanzeige","width=250,height=150,left=200,top=150,scrollbars=yes");
	info3.focus();
	//location.href = "./index.php";
}



var check
function loeschen()
{
Check = confirm("Wollen Sie diese Artikel wirklich löschen?");
if(Check == false)
{
return false
}
else
{
return true;
}
}
