function prodpop(){
	newwin = window.open('','detail', 'width=540,height=400,resizable=0,resizable=yes,scrollbars=yes');
	newwin.focus();
}