function w_open_1(ID)
	{
	window.open("novinka_detail.php?ID="+ID , "new_w" , "width=438 , height=600 , resizeable=no , scrollbar=auto , toolbar=no , left=100 , top=100");
	}
	
