var newwindow;

function prod_popup(url, width, height)
{
	newwindow=window.open(url,'name','height='+height+',width='+width+',left=150,top=100,resizable=yes, scrollbars=no,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}
