// JavaScript Document

function GlobalPopUp(theURL,winName,features)
	{
	return window.open(theURL,winName,features);
	}