function popup(url)
	{
window.open(url, "Help", "menubar=yes, width=800, height=600, toolbar=yes, scrollbars=yes,resizable=yes");
}
