

function Popup(url, width, height)
{
	window.open(url, '', 'scrollbars=yes,resizable=yes,width=' + width + ',height=' + height);
}


