﻿
// Open the passed page as a pop-up window
function PopUpWindow(strPage)
{
	x = window.open(strPage,'x','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,top=150,left=50,width=475,height=375')
}
