var locationbar = 'no'; var ref = 0; function setref(s) { ref = s; } 
var MSIE = (navigator.userAgent.indexOf('MSIE')>=0 && navigator.userAgent.indexOf('Win')>=0 && navigator.userAgent.toLowerCase().indexOf('opera')<0)?true:false;
var Opera = opera = navigator.userAgent.toLowerCase().indexOf('opera')>=0?true:false;
var navigatorVersion = navigator.appVersion.replace(/.*?MSIE (\d\.\d).*/g,'$1')/1;

function rand() { return new String(Math.ceil(Math.random()*200+1)); }
function popuperror() { alert(  "     Du må skru på Javaskript \"Popup\" støtte i nettleseren din"+"\n\n"+"___________________________________________________________"+"\n\n"+	"             Informasjon om dette, kan du finne på:"+"\n\n"+"                       www.keyteq.no/kundesenter/popup               "+"\n\n"+"\n\n"+"____________________________________________________________");}
function getY(height) { return (screen.height- height)/2; }
function getX(width) { return ( screen.width- width)/2; }
function openKeyPublisherWindow(url,name,height,width,scroll,toolbar,resize)
{
	if( scroll ) scroll = 'yes'; else scroll = 'no';
	if( toolbar ) toolbar = 'yes'; else toolbar = 'no';
	if( resize ) resize = 'yes'; else resize = 'no';
	var newwindow=window.open(url,name, 'height='+height+', width='+width+', status=no, scrollbars='+scroll+', toolbar='+toolbar+', resizable='+resize+', location='+locationbar+', menubar=no,top='+getY(height)+', left='+getX(width),'true');
	if( !newwindow ) { popuperror(); } else { if (!newwindow.opener) { newwindow.opener = self; } if (window.focus) { newwindow.focus();} }
}
function customWindow(path,windowname,height,width) { openWindow(path, width,height ); }//openKeyPublisherWindow(path, windowname+ref, height, width,false,false,true); }
function productPopup(popupId,productId,height,width,scrollable,resizeable) { openKeyPublisherWindow('/index.php?c_=ShopProductPopupGUI&m_=showPopup&popupId='+popupId+'&productId='+productId, 'productPopup'+ref,height,width,scrollable,false,resizeable); }
function customWindowToolbar(path,windowname,height,width) { openKeyPublisherWindow(path, windowname+ref,height, width,true,true,true); }
function customWindowResize(path,windowname,height,width) { openKeyPublisherWindow(path, windowname+ref, height, width, true,false,true); }
function customWindowScroll(path,windowname,height,width) { openKeyPublisherWindow(path, windowname+ref, height, width, true,false,true); }
function getnavipos() { if (typeof window.pageYOffset!='undefined') return pos = window.pageYOffset; else return pos = Math.max(document.body.scrollTop,document.documentElement.scrollTop);}
function phonelistcard(phonelistid) { customWindow('/index.php?c_=PhonelistGUI&m_=writeCard&PhonelistGUI_writeCard_0_='+phonelistid, 'writecard', 200, 300); }
function checkUser() { return; script = document.createElement('script'); script.setAttribute('src','/checkuser.php'); script.setAttribute('language','Javascript'); script.setAttribute('type','text/javascript'); document.getElementsByTagName('head').item(0).appendChild(script); setTimeout("checkUser()",5000); }
function helpWindow(extraUrl) { if( !window.open('http://keypublisher.manual.keyteq.no'+extraUrl, 'help', 'height=500, width=900, scrollbars=yes, status=no, toolbar=no, resizable=yes, location='+locationbar+', menubar=no,top=70, left=20','true') ) popuperror(); }
function runGraph(chart,xml,width,height,http)
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="'+http+'://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+width+'" HEIGHT="'+height+'" ALIGN=""  id="charts">');
	document.write('<PARAM NAME=movie VALUE="/executable/fusion_charts/'+chart+'">');
	document.write('<PARAM NAME="FlashVars" VALUE="&dataXML='+xml+'&chartWidth='+width+'&chartHeight='+height+'">');
	document.write('<PARAM NAME="quality" VALUE="high">');
 	document.write('<PARAM NAME="bgcolor" VALUE="#FAFAFA">');
 	document.write('<PARAM NAME="wmode" VALUE="transparent">');
 	document.write('<EMBED src="/executable/fusion_charts/'+chart+'" FlashVars="&dataXML='+xml+'&chartWidth='+width+'&chartHeight='+height+'" quality="high" bgcolor=#FAFAFA" wmode="transparent"  WIDTH="'+width+'" HEIGHT="'+height+'" NAME="charts" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="'+http+'://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</OBJECT>');
	
}
//checkUser();