

	function show(id){
	
		var url="../english/Show.asp?id=" + id;
		var Wtop=(screen.width-670)/3
		var Wleft=(screen.height-450)/3
		window.open(url,"product"+id,"statusbar=no,height=450,width=670,menubar=no,resizable=yes,scrollbar=yes,left=" + Wleft + ",top=" + Wtop);
		return false;
	}
