//JScript
//Version 1.0
//Photographic Group 2005

function WindowPopUp(_strPageUrl, _strName, _intHeight, _intWidth)
{
	window.open(_strPageUrl,_strName,"height=" + _intHeight + ",width=" + _intWidth + ",toolbar=0,titlebar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
}

	


