	function popupWindow(url, width, height)
	{
		newwindow=window.open(url,'Ad','width=' + width + ',height=' + height + ',scrollbars=no,resizable=yes');
		if (window.focus) {newwindow.focus()}
		return false;
	}
