
// JavaScript Document
function prod_pop(url) {
	window.open(url,'','width=610,height=610,scrollbars=auto,resizable=yes');
}