function openPopup(url) {
	window.open(url,'product','scrollbars=no,resizable=no,location=no,toolbar=no,height=258,width=350');
}