if (self != top) {
	if(((typeof (top.location.replace))=='function') | ((typeof (top.location.replace))=='object')) {
	top.location.replace(self.location);
	}
	else {
	top.location.href = self.location;
	}
}


var OpenWin;
function Start(page) {
	if (OpenWin) {	OpenWin.close(); } 
	OpenWin = window.open(page, "CtrlWindow","toolbar=no,target=top,menubar=no,location=no,width=600,height=700,scrollbars=yes,resizable=yes,left=100,top=100,dependent=yes");
	OpenWin.focus();

}

var OpenPic ;
function showPic(name) {
	url = 'http://www.shop-website.de/Artikelbilder_550x550/'+name+'.jpg';
	if (OpenPic) {	OpenPic.close; }
	OpenPic = window.open(url, "Produktbild","toolbar=no,target=top,menubar=no,location=no,width=570,height=570,scrollbars=no,resizable=no,left=100,top=100,dependent=yes");
	OpenPic.focus();
}