function compactFaq(clientName, questionId)
{
	MM_openBrWindow('http://www.customerhelp.us/interfaqs/advance/shortanswer.php?questionId=' + questionId + '','','scrollbars=yes,width=340,height=400');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

var message="Function Disabled!";
function clickIE4(){
	if (event.button==2)
	{
	return false;
	}
}
function clickNS4(e){
	if (document.layers||document.getElementById&&!document.all){
		if (e.which==2||e.which==3)
		{
		return false;
		}
	}
}
if (document.layers)
{
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById)
{
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("return false")

 <!-- Begin PoweredStats.com Code
 var rn=Math.random(); function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); 
 var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function readCookie(name) { 
 var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); 
 if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function eraseCookie(name) { createCookie(name,"",-1); } var clickId = ''; 
 var firstTime = '1'; if(readCookie('clickId')) { clickId=readCookie('clickId'); firstTime='0'; } else { var futdate = new Date(); var expdate = futdate.getTime(); 
 clickId=expdate; createCookie('clickId', clickId); firstTime='1'; } var page = escape(location.href); var referrer = escape(document.referrer); var ua=escape(navigator.userAgent); 
 var account = 'advance'; document.write('<a href="http://www.poweredstats.com" target="_blank"><img src="http://www.poweredstats.com/tracking/image.php?info=' + account); 
 document.write('::' + clickId); document.write('::' + referrer); document.write('::' + page); document.write('::' + firstTime); if(window.screen) { 
 document.write('::' + window.screen.width + 'x' + window.screen.height); document.write('::' + window.screen.colorDepth + '::' + ua + '::' + rn); } document.write('" border="0"></a>');
// End PoweredStats.com Code -->

