function link2Frame(test){
				
			if(test=="lynmay"){
				top.frames[1].location.href="in/lynmay.html";
				top.frames[0].location.href="in/lm_logo.html";
			}
			if(test=="collection"){
				top.frames[1].location.href="in/collection.html";
				top.frames[0].location.href="in/picloader.php?bild=../bilder/collection2.jpg&alt=Collection 08";
			}
			if(test=="events"){
				top.frames[1].location.href="in/events.html";
				top.frames[0].location.href="in/events_bilder.html";
			}
			if(test=="shops"){
				top.frames[1].location.href="in/shops.html";
				top.frames[0].location.href="in/picloader.php?bild=../bilder/shops2.jpg&alt=Lyn Lingerie Shop";	
			}
			if(test=="contact"){
				top.frames[1].location.href="in/contact.html";
				top.frames[0].location.href="in/picloader.php?bild=../bilder/contact.jpg&alt=Lyn Lingerie Le Boudoir";
			}
			if(test=="presse"){
				top.frames[1].location.href="in/presse.html";
				top.frames[0].location.href="in/void.html";
			}
			if(test=="atelier"){
				top.frames[1].location.href="atelier.html";
				top.frames[0].location.href="atelier_bilder.html";
			}
			if(test=="show_extrafaire"){
				top.frames[1].location.href="extrafaire.html";
				top.frames[0].location.href="extrafaire_bilder.html";
			}
			if(test=="show_extrafaire_slips"){
				top.frames[1].location.href="extrafaire_slips.html";
				top.frames[0].location.href="extrafaire_bilder.html";
			}
			if(test=="show_coll07"){
				top.frames[1].location.href="coll07/aurelie.php";
				top.frames[0].location.href="coll07/aurelie_bilder.html";
			}
			if(test=="coll07_aurelie"){
				top.frames[1].location.href="../coll07/aurelie.php";
				top.frames[0].location.href="../coll07/aurelie_bilder.html";
			}
			if(test=="coll07_chantalle"){
				top.frames[1].location.href="../coll07/chantalle.php";
				top.frames[0].location.href="../coll07/chantalle_bilder.html";
			}
			if(test=="coll07_florence"){
				top.frames[1].location.href="../coll07/florence.php";
				top.frames[0].location.href="../coll07/florence_bilder.html";
			}
			if(test=="coll07_jolie"){
				top.frames[1].location.href="../coll07/jolie.php";
				top.frames[0].location.href="../coll07/jolie_bilder.html";
			}
			if(test=="coll07_laurent"){
				top.frames[1].location.href="../coll07/laurent.php";
				top.frames[0].location.href="../coll07/laurent_bilder.html";
			}
			if(test=="coll07_lili"){
				top.frames[1].location.href="../coll07/lili.php";
				top.frames[0].location.href="../coll07/lili_bilder.html";
			}
			if(test=="coll07_neglige"){
				top.frames[1].location.href="../coll07/neglige.php";
				top.frames[0].location.href="../coll07/neglige_bilder.html";
			}
			if(test=="coll07_renee"){
				top.frames[1].location.href="../coll07/renee.php";
				top.frames[0].location.href="../coll07/renee_bilder.html";
			}
		}

function winopen(file,breite,hoehe){
	fenster = window.open(file, "bildanzeige"," toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,width="+breite+",height="+hoehe+"");
	fenster.focus();
}
