function popup(url)
{
	window.open(url, "", "scrollbars=no, menubar=no, status=no, top=10, left=10, width=600, height=300");	
}
