function PopupProductSupportFile(pageUrl, siteRoot)
{
	
	var popTest = siteRoot+'/includes/popuptest.htm';
	if(!window.open( popTest,'','top=10,left=10,toolbar=0,menubar=0,locationbar=0,scrollbars=0,resizable=0,width=10,height=10'))
	{
		alert('This feature requires a new popup window to be opened. Please try again after disabling your popup blocker.');					
	}				
	else
	{
		window.open(pageUrl,'','top=200,left=200,toolbar=0,menubar=0,locationbar=0,scrollbars=1,resizable=1,width=600,height=450');
	}
	return false;	
}
