function popup(url)
{
	window.open(url,'popup','height=500,width=600,resizable=no,scrollbars=yes,status=no,toolbar=no,left=1,top=1');
}
