function PopupWindow(url)
{
	var hWnd = window.open(url, "HelpWindow", ",height=800,width=700");
}