function openPopup(url)
{
	window.open(url, "", "scrollbars=1,resizable=1,width=450,height=300");
}
