function winopen(spage){
if (spage!="0") {
	
	
window.open('products-'+spage+'.html','','status=yes,scrollbars=yes,width=350,height=260,top=' + (screen.height-768)/2 + ',left=' + (screen.width-1024)/2)
}
}