<!--

function popWindow(sPath,sName,sWidth,sHeight)
{
	sFeatures = 'width=' + sWidth + ',height=' + sHeight + ',toolbar=no,menubar=yes,status=no,scrollbars=yes,resizable=no';
	window.open(sPath,sName,sFeatures);
}


//-->
