
function startShop(modus)
{
/*shopURL = "http://bbt.server4supplies.de";*/
 shopURL = "http://shop.lks-host.de?vendor=103435&pin=ef385d90";
 if (modus == 1)
 	{
 	window.open(shopURL, "BBTOnline", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=1000,height=700,screenX=0,screenY=0");
 	}
 	else
 	{
 	location.replace(shopURL);
 	}
}
