function popup(url)
{
	window.open('popup_prod/'+url,'window','scrollbars=yes,resizable=no,width=600,height=600');
}
