function newWindowCouture(URL,winName) {
 	popupwin=window.open('','Couture_Schau_2009','width=500,height=690,resizable=yes, scrollbars=no');
	popupwin.location.href = URL;

}

