function popupWindow(url)
{
	window.open(url, 'hint', 'width=500,height=250,resizable=yes,scrollbars=yes');
}
