
var ie=false;var nn4=false;var nn6=false;var op=false;var oth=false;if(window.opera)
{op=true;}
else if(document.all)
{ie=true;}
else if(document.layers)
{nn4=true;}
else
{oth=true;}
if(!document.all&&document.getElementById)
{nn4=false;oth=false;nn6=true;}
var displayedSubmenuLeft=0;var displayedSubmenuTop=0;function selectElement(id)
{if(ie||op)
return eval("document.all."+id);if(nn6)
return eval("document.getElementById('"+id+"')");if(nn4)
return eval("document."+id);return null;}
function selectElementStyle(id)
{if(ie||op)
return eval("document.all."+id+".style");if(nn6)
return eval("document.getElementById('"+id+"').style");if(nn4)
return eval("document."+id);return null;}
function setElementStyle(id,style,size)
{if(ie||op)
{eval("document.all."+id+".style."+style+"='"+size+"px'");return;}
if(nn6)
{eval("document.getElementById('"+id+"').style."+style+" = '"+size+"px'");return;}
if(nn4)
{eval("document."+id+"."+style+" = '"+size+"px'");return;}
return;}
function elementWidth(id)
{var width=0;var element=selectElement(id);if(element!=null)
{if(nn4)
{width=element.document.width;}
else if(ie||nn6||op)
{if(op)
{if(id=='submenu1')width=105;else if(id=='submenu2')width=201;else if(id=='submenu3')width=297;else if(id=='submenu4')width=297;else if(id=='submenu6')width=223;else if(id=='submenu8')width=120;else width=element.offsetWidth;}
else width=element.offsetWidth;}
else
{width=element.style.pixelWidth;}}
return width;}
function elementHeight(id)
{var height=0;var element=selectElement(id);if(element!=null)
{if(nn4)
{height=element.document.height;}
else if(ie||nn6||op)
{height=element.offsetHeight;}
else
{height=element.style.pixelHeight;}}
return height;}
function elementLeft(id)
{var element=selectElement(id);var leftPosition=0;if(nn4){leftPosition=parseInt(element.left);}
else
{if(ie||nn6||op)
leftPosition=parseInt(element.offsetLeft);else
leftPosition=parseInt(element.style.left);}
return leftPosition;}
function elementTop(id)
{var element=selectElement(id);if(nn4)
{topPosition=parseInt(element.top);}
else
{if(nn6||op)
topPosition=parseInt(element.offsetTop);else if(ie)
{topPosition=parseInt(element.offsetTop);if(topPosition>200)
{topPosition-=151;}
if(topPosition<=0)
{topPosition=158;}}
else
topPosition=parseInt(element.style.top);}
return topPosition;}
function elementVisible(id,visible)
{var element=selectElementStyle(id);if(visible)
{element.display='';}
else
{element.display='none';}
return;}
var mouseX=null;var mouseY=null;if(nn4)
document.captureEvents(Event.MOUSEMOVE);function actualMousePosition(event)
{if(nn4||nn6)
{mouseX=event.pageX;mouseY=event.pageY;}
else if(ie||op)
{if(ie)
mouseX=window.event.clientX+document.body.scrollLeft;else if(op)
mouseX=window.event.clientX+document.body.scrollLeft;mouseY=window.event.clientY+document.body.scrollTop;}
else
{mouseX=event.x;mouseY=event.y;}}
function clearAll(name)
{var i=1;var allOff=false;while(!allOff)
{var subMenu=selectElement(name+"submenu"+i);if(subMenu!=null)
{elementVisible(name+"submenu"+i,false);i++;subMenu=selectElement(name+"submenu"+i);}
else
{allOff=true;}}}
function setPosition(name,number)
{var y=elementTop(name+'menu'+number)+elementHeight(name+'menu'+number)-1;setElementStyle(name+"submenu"+number,'top',y+5);var sum=elementLeft(name+'menu1');for(var i=1;i<number;i++)
{sum+=elementWidth(name+'menu'+i);if(i>1)
sum+=elementWidth('delimeter'+(i-1));}
setElementStyle(name+"submenu"+number,'left',sum);displayedSubmenuLeft=sum;displayedSubmenuTop=y;}
function mouseOnMenu(name,nr)
{var offset=3;if(mouseX!=null&&mouseY!=null&&elementHeight(name+'submenu'+nr)!=0&&elementWidth(name+'submenu'+nr)!=0)
{if(mouseX>=displayedSubmenuLeft-offset&&mouseX<=displayedSubmenuLeft+elementWidth(name+'submenu'+nr)+offset&&mouseY>=elementTop(name+'menu'+nr)-offset&&mouseY<=elementTop(name+'menu'+nr)+elementHeight(name+'menu'+nr)+elementHeight(name+'submenu'+nr)+offset)
{return true;}
else
{return false;}}
else
{return false;}}
var displayedSubmenu=0;function displayMenu(name,number)
{clearAll(name);setPosition(name,number);elementVisible(name+"submenu"+number,true);displayedSubmenu=number;}
function controlMenu(name)
{if(displayedSubmenu!=0)
{if(mouseOnMenu(name,displayedSubmenu))
{elementVisible(name+'submenu'+displayedSubmenu,true);}
else
{displayedSubmenuLeft=0;displayedSubmenuTop=0;clearAll(name);displayedSubmenu=0;}}
setTimeout("controlMenu("+name+")",500);}
function getScreenWidth()
{var screenWidth=0;if(window.screen)
{screenWidth=window.screen.availWidth;}
else
{screenWidth=640;}
return screenWidth;}
function getScreenHeight()
{var screenHeight=0;if(window.screen)
{screenHeight=window.screen.availHeight;}
else
{screenHeight=480;}
return screenHeight;}
function printJob(refId,lang)
{var height=600;var width=500;var imageTop=getScreenHeight()/2-height/2;var imageLeft=getScreenWidth()/2-width/2;var settings="width="+width+", height="+height+", screenX="+imageLeft+", screenY="+imageTop+", left="+imageLeft+", top="+imageTop
+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no";var newImage=window.open("/"+lang+"/jobs/"+refId,"",settings);newImage.focus();}
function showImage(file,width,height)
{var imageTop=getScreenHeight()/2-height/2;var imageLeft=getScreenWidth()/2-width/2;var imageSettings="width="+width+", height="+height+", screenX="+imageLeft+", screenY="+imageTop+", left="+imageLeft+", top="+imageTop
+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no";var newImage=window.open("","",imageSettings);newImage.document.open();var imageContent="<html><head><title>Verax Systems</title></head><body style='margin-left: 0px; "
+"margin-right: 0px; margin-top:0px; margin-bottom: 0px;'><img alt=\"\" src='"+file+"'></body></html>";newImage.document.write(imageContent);newImage.document.close();newImage.focus();}
function showScreenShot(file,width,height)
{var imageTop=getScreenHeight()/2-height/2;var imageLeft=getScreenWidth()/2-width/2;var imageSettings="width="+width+", height="+height+", screenX="+imageLeft+", screenY="+imageTop+", left="+imageLeft+", top="+imageTop
+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes";var newImage=window.open("","",imageSettings);newImage.document.open();var imageContent="<html><head><title>Verax Systems</title></head><body style='margin-left: 0px; "
+"margin-right: 0px; margin-top:0px; margin-bottom: 0px;'><img alt=\"\" src='"+file+"'/></body></html>";newImage.document.write(imageContent);newImage.document.close();newImage.focus();}
function showTable(file,width,height)
{var imageTop=getScreenHeight()/2-height/2;var imageLeft=getScreenWidth()/2-width/2;var imageSettings="width="+width+", height="+height+", screenX="+imageLeft+", screenY="+imageTop+", left="+imageLeft+", top="+imageTop
+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no";window.open(file,"",imageSettings);}
function displayFlash(file,width,height)
{if(nn6||nn4)
{document.write('<object');document.write(' data="'+file+'"');document.write(' pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"');document.write(' type="application/x-shockwave-flash"');document.write(' width="'+width+'"');document.write(' height="'+height+'"');document.write(' loop="true"');document.write(' quality="best"');document.write(' bgcolor="#003399">');document.write('</object>');}
else if(ie||op)
{document.write('<object');document.write(' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"');document.write(' width="'+width+'"');document.write(' height="'+height+'">');document.write(' <param name="movie" value="'+file+'">');document.write(' <param name="menu" value="false">');document.write(' <param name="quality" value="high">');document.write(' <param name="bgcolor" value="#003399">');document.write('</object>');}
else
{document.write('<object');document.write(' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"');document.write(' width="'+width+'" height="'+height+'">');document.write(' <param name="movie" value="'+file+'">');document.write(' <param name="quality" value="high">');document.write(' <embed src="'+file+'" quality="high"');document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"');document.write(' type="application/x-shockwave-flash" width="'+width+'" height="'+height+'">');document.write(' </embed>');document.write(' </object>');}}
function showDownload(lang,file)
{var height=600;var width=800;var imageTop=getScreenHeight()/2-height/2;var imageLeft=getScreenWidth()/2-width/2;var settings="width="+width+", height="+height+", screenX="+imageLeft+", screenY="+imageTop+", left="+imageLeft+", top="+imageTop
+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes";var mywindow=window.open("/"+lang+"/download/"+file,"",settings);mywindow.focus();mywindow.location="/"+file;}
var THintsS=[];function THints(o_cfg,items){this.n_id=THintsS.length;THintsS[this.n_id]=this;this.top=o_cfg.top?o_cfg.top:0;this.left=o_cfg.left?o_cfg.left:0;this.n_dl_show=o_cfg.show_delay;this.n_dl_hide=o_cfg.hide_delay;this.b_wise=o_cfg.wise;this.b_follow=o_cfg.follow;this.x=0;this.y=0;this.divs=[];this.iframes=[];this.show=TTipShow;this.showD=TTipShowD;this.hide=TTipHide;this.move=TTipMove;this.n_id=THintsS.length;THintsS[this.n_id]=this;if(document.layers)return;var b_IE=navigator.userAgent.indexOf('MSIE')>-1,s_tag=['<iframe frameborder="0" scrolling="No" id="TTifip%name%" style="visibility:hidden;position:absolute;top:0px;left:0px;',b_IE?'width:1px;height:1px;':'',o_cfg['z-index']!=null?'z-index:'+o_cfg['z-index']:'','" width=1 height=1></iframe><div id="TTip%name%" style="display:none;visibility:hidden;position:absolute;top:0px;left:0px;',b_IE?'width:1px;height:1px;':'',o_cfg['z-index']!=null?'z-index:'+o_cfg['z-index']:'','"><table cellpadding="0" cellspacing="0" border="0"><tr><td class="',o_cfg.css,'" nowrap>%text%</td></tr></table></div>'].join('');this.getElem=function(id){return document.all?document.all[id]:document.getElementById(id);};this.showElem=function(id,hide){this.divs[id].o_css.visibility=hide?'hidden':'visible';this.iframes[id].o_css.visibility='hidden';this.iframes[id].o_css.display='none';};this.getWinSz=window.innerHeight!=null?function(b_hight){return b_hight?innerHeight:innerWidth;}:function(b_hight){return document.body[b_hight?'clientHeight':'clientWidth'];};this.getWinSc=window.innerHeight!=null?function(b_hight){return b_hight?pageYOffset:pageXOffset;}:function(b_hight){return document.body[b_hight?'scrollTop':'scrollLeft'];};if(window.opera){this.getSize=function(id,b_hight){return this.divs[id].o_css[b_hight?'pixelHeight':'pixelWidth']};document.onmousemove=function(){for(var n_i in THintsS){THintsS[n_i].x=event.clientX+document.body.scrollLeft;THintsS[n_i].y=event.clientY+document.body.scrollTop;if(THintsS[n_i].b_follow&&THintsS[n_i].visible)
THintsS[n_i].move(THintsS[n_i].visible);}
actualMousePosition(event);return true;};}
else{this.getSize=function(id,b_hight){return this.divs[id].o_obj[b_hight?'offsetHeight':'offsetWidth']};document.onmousemove=b_IE?function(){for(var n_i in THintsS){THintsS[n_i].x=event.clientX+document.body.scrollLeft;THintsS[n_i].y=event.clientY+document.body.scrollTop;if(THintsS[n_i].b_follow&&THintsS[n_i].visible)
THintsS[n_i].move(THintsS[n_i].visible);}
actualMousePosition(event);return true;}:function(e){for(var n_i in THintsS){THintsS[n_i].x=e.pageX;THintsS[n_i].y=e.pageY;if(THintsS[n_i].b_follow&&THintsS[n_i].visible)
THintsS[n_i].move(THintsS[n_i].visible)}
actualMousePosition(e);return true;};}
for(i in items){document.write(s_tag.replace(/%text%/g,items[i]).replace(/%name%/g,i));this.divs[i]={'o_obj':this.getElem('TTip'+i)};this.divs[i].o_css=this.divs[i].o_obj.style;this.iframes[i]={'o_obj':this.getElem('TTifip'+i)};this.iframes[i].o_css=this.iframes[i].o_obj.style;}}
function TTipShow(id){if(document.layers)return;this.hide();if(this.divs[id]){if(this.n_dl_show)this.divs[id].timer=setTimeout('THintsS['+this.n_id+'].showD("'+id+'")',this.n_dl_show);else this.showD(id);this.visible=id;}}
function TTipShowD(id){this.move(id);this.showElem(id);if(this.n_dl_hide)this.timer=setTimeout("THintsS["+this.n_id+"].hide()",this.n_dl_hide);}
function TTipMove(id){var n_x=this.x+this.left,n_y=this.y+this.top;if(this.b_wise){var n_w=this.getSize(id),n_h=this.getSize(id,true),n_win_w=this.getWinSz(),n_win_h=this.getWinSz(true),n_win_l=this.getWinSc(),n_win_t=this.getWinSc(true);if(n_x+n_w>n_win_w+n_win_l)n_x=n_win_w+n_win_l-n_w;if(n_x<n_win_l)n_x=n_win_l;if(n_y+n_h>n_win_h+n_win_t)n_y=n_win_h+n_win_t-n_h;if(n_y<n_win_t)n_y=n_win_t;}
this.divs[id].o_css.left=n_x;this.divs[id].o_css.top=n_y;this.iframes[id].o_css.left=n_x;this.iframes[id].o_css.top=n_y;this.iframes[id].o_css.height=n_h-this.top;this.iframes[id].o_css.width=this.getSize(id,false)-this.left;}
function TTipHide(){if(this.timer)clearTimeout(this.timer);if(this.visible!=null){if(this.divs[this.visible].timer)clearTimeout(this.divs[this.visible].timer);setTimeout('THintsS['+this.n_id+'].showElem("'+this.visible+'", true)',10);this.visible=null;}}
var HINTS_CFG={'top':5,'left':5,'css':'','show_delay':500,'hide_delay':10000,'wise':true,'follow':false,'z-index':0},HINTS_ITEMS=[createHintTable("Carrier-grade is a term for public network telecommunications products "+"that require up to 5 or 6 nines (or 99.999 to 99.9999 percent) reliability,"+" which translates into between 30 seconds (6 nines) and 5 minutes (5 nines) of downtime per year."),createHintTable("Profibus (Process Field Bus) an instance of fieldbus developed by Siemens."),createHintTable("Profibus (Process Field Bus) jest standardem magistrali firmy Siemens."),createHintTable("SCADA (Supervisory Control and Data Acquisition) - a software application that collects data from sensors either locally or from remote locations and sends them to a central computer for management and control. SCADA systems typically share a generic architecture consisting of five major components: central (master) computer and software, communication link(s), remote terminal(s) and input/output devices."),createHintTable("SCADA (Supervisory Control and Data Acquisition) - oprogramowanie umożliwiające stały nadzór i monitoring nad parametrami pracy urządzeń przemysłowych poprzez odczyt danych z zarówno lokalnych jak i zdalnych sensorów."),createHintTable("Mianem systemów klasy operatorskiej (lub przemysłowej) określa się systemy o niezawodności "+"99.999 (tzw. pięć dziewiątek) lub 99.9999 (tzw. sześć dziewiątek) procent czasu ich działania. "+"W praktyce oznacza to nie więcej niż 5 minut (pięć dziewiątek) lub 30 sekund "+"(sześć dziewiątek) przestoju systemu na rok działania.")];var hints=new THints(HINTS_CFG,HINTS_ITEMS);function createHintTable(text)
{return"<table style='width: 200; border: 1px solid #247938' cellspacing=0 cellpadding=2><tr><td class='hint' style='font-size: 10px;'>"+text+"</td></tr></table>";}
var ie=false;var nn4=false;var nn6=false;var op=false;var oth=false;if(window.opera)
{op=true;}
else if(document.all)
{ie=true;}
else if(document.layers)
{nn4=true;}
else
{oth=true;}
if(!document.all&&document.getElementById)
{nn4=false;oth=false;nn6=true;}
var displayedSubmenuLeft=0;var displayedSubmenuTop=0;function selectElement(id)
{if(ie||op)
return eval("document.all."+id);if(nn6)
return eval("document.getElementById('"+id+"')");if(nn4)
return eval("document."+id);return null;}
function selectElementStyle(id)
{if(ie||op){return eval("document.getElementById('"+id+"').style");}
if(nn6)
return eval("document.getElementById('"+id+"').style");if(nn4)
return eval("document."+id);return null;}
function setElementStyle(id,style,size)
{if(ie||op)
{eval("document.all."+id+".style."+style+"='"+size+"px'");return;}
if(nn6)
{eval("document.getElementById('"+id+"').style."+style+" = '"+size+"px'");return;}
if(nn4)
{eval("document."+id+"."+style+" = '"+size+"px'");return;}
return;}
function elementWidth(id)
{var width=0;var element=selectElement(id);if(element!=null)
{if(nn4)
{width=element.document.width;}
else if(ie||nn6||op)
{if(op)
{if(id=='submenu1')width=105;else if(id=='submenu2')width=201;else if(id=='submenu3')width=297;else if(id=='submenu4')width=297;else if(id=='submenu6')width=223;else if(id=='submenu8')width=120;else width=element.offsetWidth;}
else
width=element.offsetWidth;}
else
{width=element.style.pixelWidth;}}
return width;}
var lastViewedBigProduct='none';var lastViewedSmallProduct='none';function swapDivs(showId,hideId,title,description,type){document.getElementById(hideId).style.display="none";document.getElementById(showId).style.display="block";if(lastViewedBigProduct!=showId){if(type=='viewBig'){if((lastViewedBigProduct!='none')){document.getElementById(lastViewedBigProduct).style.display="none";document.getElementById(lastViewedSmallProduct).style.display="block";}
lastViewedBigProduct=showId;lastViewedSmallProduct=hideId;}}
document.getElementById('productTitleSpan').innerHTML=title;document.getElementById('productDescriptionSpan').innerHTML=description;return false;}
function elementHeight(id)
{var height=0;var element=selectElement(id);if(element!=null)
{if(nn4)
{height=element.document.height;}
else if(ie||nn6||op)
{height=element.offsetHeight;}
else
{height=element.style.pixelHeight;}}
return height;}
function findPosX(obj)
{var curleft=0;if(obj.offsetParent)
while(1)
{curleft+=obj.offsetLeft;if(!obj.offsetParent)
break;obj=obj.offsetParent;}
else if(obj.x)
curleft+=obj.x;return curleft;}
function elementLeft(id)
{var element=selectElement(id);var leftPosition=0;if(nn4){leftPosition=parseInt(element.left);}
else
{if(ie||nn6||op)
leftPosition=parseInt(element.offsetLeft);else
leftPosition=parseInt(element.style.left);}
return leftPosition;}
function elementTop(id)
{var element=selectElement(id);if(nn4)
{topPosition=parseInt(element.top);}
else
{if(nn6||op)
topPosition=parseInt(element.offsetTop);else if(ie)
{topPosition=parseInt(element.offsetTop);}
else
topPosition=parseInt(element.style.top);}
return topPosition;}
function elementVisible(id,visible)
{var element=selectElementStyle(id);if(visible)
{element.display='';}
else
{element.display='none';}
return;}
function elementVisibleChange(id)
{var element=selectElementStyle(id);if(element.display=='none')
{element.display='';}
else
{element.display='none';}
return;}
function changeIcon(divId,iconId,expandIcon,collapseIcon)
{var element=selectElementStyle(divId);if(element.display=='none')
{selectElement(iconId).src=expandIcon;}
else
{selectElement(iconId).src=collapseIcon;}
return;}
var mouseX=null;var mouseY=null;if(nn4)
document.captureEvents(Event.MOUSEMOVE);function actualMousePosition(event)
{if(nn4||nn6)
{mouseX=event.pageX;mouseY=event.pageY;}
else if(ie||op)
{if(ie)
mouseX=window.event.clientX+document.body.scrollLeft;else if(op)
mouseX=window.event.clientX+document.body.scrollLeft;mouseY=window.event.clientY+document.body.scrollTop;}
else
{mouseX=event.x;mouseY=event.y;}}
function clearAll(name)
{var i=1;var allOff=false;while(!allOff)
{var subMenu=selectElement(name+"submenu"+i);if(subMenu!=null)
{elementVisible(name+"submenu"+i,false);i++;subMenu=selectElement(name+"submenu"+i);}
else
{allOff=true;}}}
function clear(name,number){var subMenu=selectElement(name+"submenu"+number);if(subMenu!=null)
{elementVisible(name+"submenu"+number,false);}}
function setPosition(name,number)
{var y=elementTop(name+'menu'+number)+elementHeight(name+'menu'+number)-1;setElementStyle(name+"submenu"+number,'top',y+5);var sum=elementLeft(name+'menu1');for(var i=1;i<number;i++)
{sum+=elementWidth(name+'menu'+i);if(i>1)
sum+=elementWidth('delimeter'+(i-1));}
setElementStyle(name+"submenu"+number,'left',sum);displayedSubmenuLeft=sum;displayedSubmenuTop=y;}
function mouseOnMenu(name,nr,displayedSubmenuLeft,displayedSubmenuTop)
{var offset=3;if(mouseX!=null&&mouseY!=null&&elementHeight(name+'submenu'+nr)!=0&&elementWidth(name+'submenu'+nr)!=0)
{if(mouseX>=displayedSubmenuLeft-offset&&mouseX<=displayedSubmenuLeft+elementWidth(name+'submenu'+nr)+offset&&mouseY>=elementTop(name+'menu'+nr)-offset&&mouseY<=elementTop(name+'menu'+nr)+elementHeight(name+'menu'+nr)+elementHeight(name+'submenu'+nr)+offset)
{return true;}
else
{return false;}}
else
{return false;}}
var displayedSubmenu=0;var timerID=0;function displayMenu(name,number){clearAll(name);setPosition(name,number);var actualDSL=displayedSubmenuLeft;var actualDST=displayedSubmenuTop;elementVisible(name+'submenu'+number,true);displayedSubmenu=number;setTimeout('controlMenu("'+name+'",'+number+','+actualDSL+','+actualDST+')',1);}
function controlMenu(name,number,actualDSL,actualDST){if(!(mouseOnMenu(name,number,actualDSL,actualDST))){clear(name,number);}
else{timerID=setTimeout('controlMenu("'+name+'",'+number+','+actualDSL+','+actualDST+')',100);}}
function getScreenWidth()
{var screenWidth=0;if(window.screen)
{screenWidth=window.screen.availWidth;}
else
{screenWidth=640;}
return screenWidth;}
function getScreenHeight()
{var screenHeight=0;if(window.screen)
{screenHeight=window.screen.availHeight;}
else
{screenHeight=480;}
return screenHeight;}
function showNews(newsId,language)
{window.location="/"+language+"/company/news/"+newsId;}
function showImage(file,width,height)
{var imageTop=getScreenHeight()/2-height/2;var imageLeft=getScreenWidth()/2-width/2;var imageSettings="width="+width+", height="+height+", screenX="+imageLeft+", screenY="+imageTop+", left="+imageLeft+", top="+imageTop
+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no";var newImage=window.open("","",imageSettings);newImage.document.open();var imageContent="<html><head><title>Verax Systems</title></head><body style='margin-left: 0px; "
+"margin-right: 0px; margin-top:0px; margin-bottom: 0px; text-align: center;'><img alt=\"\" src='"+file+"'></body></html>";newImage.document.write(imageContent);newImage.document.close();newImage.focus();}
function showScreenShot(file,width,height)
{var imageTop=getScreenHeight()/2-height/2;var imageLeft=getScreenWidth()/2-width/2;var imageSettings="width="+width+", height="+height+", screenX="+imageLeft+", screenY="+imageTop+", left="+imageLeft+", top="+imageTop
+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes";var newImage=window.open("","",imageSettings);newImage.document.open();var imageContent="<html><head><title>Verax Systems</title></head><body style='margin-left: 0px; "
+"margin-right: 0px; margin-top:0px; margin-bottom: 0px;'><img alt=\"\" src='"+file+"'/></body></html>";newImage.document.write(imageContent);newImage.document.close();newImage.focus();}
function showTable(file,width,height)
{var imageTop=getScreenHeight()/2-height/2;var imageLeft=getScreenWidth()/2-width/2;var imageSettings="width="+width+", height="+height+", screenX="+imageLeft+", screenY="+imageTop+", left="+imageLeft+", top="+imageTop
+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no";window.open(file,"",imageSettings);}
function displayFlash(file,width,height)
{displayFlashEx(file,width,height,true)}
function displayFlashEx(file,width,height,loop)
{if(nn6||nn4)
{document.write('<object');document.write(' data="'+file+'"');document.write(' pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"');document.write(' type="application/x-shockwave-flash"');document.write(' width="'+width+'"');document.write(' height="'+height+'"');document.write(' loop="'+loop+'"');document.write(' quality="best"');document.write(' wmode = "transparent"');document.write(' allowScriptAccess = "sameDomain"');document.write(' bgcolor="#f5f5f5">');document.write('</object>');}
else if(ie||op)
{document.write('<object');document.write(' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"');document.write(' width="'+width+'"');document.write(' height="'+height+'">');document.write(' <param name="movie" value="'+file+'">');document.write(' <param name="menu" value="false">');document.write(' <param name="quality" value="best">');document.write(' <param name="loop" value="'+loop+'">');document.write(' <param name="bgcolor" value="#f5f5f5">');document.write(' <param name="allowScriptAccess" value="sameDomain">');document.write(' <param name="wmode" value="transparent">');document.write('</object>');}
else
{document.write('<object');document.write(' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"');document.write(' width="'+width+'" height="'+height+'">');document.write(' <param name="movie" value="'+file+'">');document.write(' <param name="quality" value="best">');document.write(' <param name="loop" value="'+loop+'">');document.write(' <param name="wmode" value="transparent">');document.write(' <param name="allowScriptAccess" value="sameDomain">');document.write(' <embed src="'+file+'" quality="high"');document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"');document.write(' type="application/x-shockwave-flash" width="'+width+'" height="'+height+'">');document.write(' </embed>');document.write(' </object>');}}
function displayISpringPresentation(file,width,height)
{if(nn6||nn4)
{document.write('<object');document.write(' id="presentation"');document.write(' data="'+file+'"');document.write(' pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"');document.write(' type="application/x-shockwave-flash"');document.write(' width="'+width+'"');document.write(' height="'+height+'"');document.write(' loop="false"');document.write(' quality="best"');document.write(' wmode = "transparent"');document.write(' bgcolor="#f5f5f5"');document.write(' allowFullScreen="true">');document.write('</object>');}
else if(ie||op)
{document.write('<object');document.write(' id="presentation"');document.write(' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"');document.write(' width="'+width+'"');document.write(' height="'+height+'">');document.write(' <param name="movie" value="'+file+'">');document.write(' <param name="menu" value="false">');document.write(' <param name="quality" value="best">');document.write(' <param name="loop" value="false">');document.write(' <param name="bgcolor" value="#f5f5f5">');document.write(' <param name="wmode" value="transparent">');document.write(' <param name="allowFullScreen" value="true">');document.write('</object>');}
else
{document.write('<object');document.write(' id="presentation"');document.write(' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"');document.write(' width="'+width+'" height="'+height+'">');document.write(' <param name="movie" value="'+file+'">');document.write(' <param name="quality" value="best">');document.write(' <param name="loop" value="false">');document.write(' <param name="wmode" value="transparent">');document.write(' <param name="allowFullScreen" value="true">');document.write(' <embed src="'+file+'" quality="high"');document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"');document.write(' type="application/x-shockwave-flash" width="'+width+'" height="'+height+'">');document.write(' </embed>');document.write(' </object>');}}
function showWhoIs(address)
{var height=600;var width=800;var windowTop=getScreenHeight()/2-height/2;var windowLeft=getScreenWidth()/2-width/2;var windowSettings="width="+width+", height="+height+", screenX="+windowLeft+", screenY="+windowTop+", left="+windowLeft+", top="+windowTop
+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes";var newWindow=window.open("","",windowSettings);newWindow.document.open();var windowContent="<script type='text/javascript'>document.location='http://www.ripe.net/fcgi-bin/whois?form_type=simple&full_query_string=&searchtext="+address+"&do_search=Search';</script>";newWindow.document.write(windowContent);newWindow.document.close();newWindow.focus();}
function showPage(width,height,pageURL)
{var imageTop=getScreenHeight()/2-height/2;var imageLeft=getScreenWidth()/2-width/2;var settings="width="+width+", height="+height+", screenX="+imageLeft+", screenY="+imageTop+", left="+imageLeft+", top="+imageTop
+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no";var page=window.open(pageURL,"",settings);page.focus();}
var tabberOptions={'onLoad':function(argsObj){var t=argsObj.tabber;if(t.id=='mytab'){tabNumber=t.tabs.length;if(activetab!='none'&&activetab!=''){for(j=0;j<tabNumber;j++){if(activetab==t.tabs[j].url&&t.tabs[j].url!=null&&t.tabs[j].url!=''){t.tabShow(j);return;}}
if(typeof document.getElementById('more')!='undefined'){if(typeof document.getElementById(activetab)!='undefined'){var pages=document.getElementsByTagName('div');for(var i=0;i<pages.length;i++)
if(pages[i].className=='subPage'){pages[i].style.display="none";}
document.getElementById(activetab).style.display='block';t.tabShow(tabNumber-1);}}}}}}
function tabberObj(argsObj){var arg;this.div=null;this.classMain="tabber";this.classMainLive="tabberlive";this.classTab="tabbertab";this.classTabDefault="tabbertabdefault";this.classNav="tabbernav";this.classTabHide="tabbertabhide";this.classNavActive="tabberactive";this.titleElements=['h2','h3','h4','h5','h6'];this.titleElementsStripHTML=true;this.removeTitle=true;this.addLinkId=false;this.linkIdFormat='<tabberid>nav<tabnumberone>';for(arg in argsObj){this[arg]=argsObj[arg];}
this.REclassMain=new RegExp('\\b'+this.classMain+'\\b','gi');this.REclassMainLive=new RegExp('\\b'+this.classMainLive+'\\b','gi');this.REclassTab=new RegExp('\\b'+this.classTab+'\\b','gi');this.REclassTabDefault=new RegExp('\\b'+this.classTabDefault+'\\b','gi');this.REclassTabHide=new RegExp('\\b'+this.classTabHide+'\\b','gi');this.tabs=new Array();if(this.div){this.init(this.div);this.div=null;}}
tabberObj.prototype.init=function(e){var childNodes,i,i2,t,defaultTab=0,DOM_ul,DOM_li,DOM_a,aId,headingElement;if(!document.getElementsByTagName){return false;}
if(e.id){this.id=e.id;}
this.tabs.length=0;childNodes=e.childNodes;for(i=0;i<childNodes.length;i++){if(childNodes[i].className&&childNodes[i].className.match(this.REclassTab)){t=new Object();t.div=childNodes[i];this.tabs[this.tabs.length]=t;if(childNodes[i].className.match(this.REclassTabDefault)){defaultTab=this.tabs.length-1;}}}
DOM_ul=document.createElement("ul");DOM_ul.className=this.classNav;for(i=0;i<this.tabs.length;i++){t=this.tabs[i];t.headingText=t.div.title;t.url=t.div.id;if(this.removeTitle){t.div.title='';}
if(!t.headingText){for(i2=0;i2<this.titleElements.length;i2++){headingElement=t.div.getElementsByTagName(this.titleElements[i2])[0];if(headingElement){t.headingText=headingElement.innerHTML;if(this.titleElementsStripHTML){t.headingText.replace(/<br>/gi," ");t.headingText=t.headingText.replace(/<[^>]+>/g,"");}
break;}}}
if(!t.headingText){t.headingText=i+1;}
DOM_li=document.createElement("li");t.li=DOM_li;DOM_a=document.createElement("a");DOM_a.appendChild(document.createTextNode(t.headingText));if(t.div.id.replace(/[0-9]/,'')=='more_content')
{DOM_a.innerHTML=t.headingText+' '+'<img height="7" border="0" width="7" alt="" src="/images/moretab.gif">';DOM_a.id='more_box';DOM_a.onmouseout=this.navMouseOut;DOM_a.onmouseover=this.navMouseOver;}
else{DOM_a.onclick=this.navClick;}
DOM_a.href="javascript:void(null);";DOM_a.tabber=this;DOM_a.tabberIndex=i;if(this.addLinkId&&this.linkIdFormat){aId=this.linkIdFormat;aId=aId.replace(/<tabberid>/gi,this.id);aId=aId.replace(/<tabnumberzero>/gi,i);aId=aId.replace(/<tabnumberone>/gi,i+1);aId=aId.replace(/<tabtitle>/gi,t.headingText.replace(/[^a-zA-Z0-9\-]/gi,''));DOM_a.id=aId;}
DOM_li.appendChild(DOM_a);DOM_ul.appendChild(DOM_li);}
e.insertBefore(DOM_ul,e.firstChild);e.className=e.className.replace(this.REclassMain,this.classMainLive);this.tabShow(defaultTab);if(typeof this.onLoad=='function'){this.onLoad({tabber:this});}
return this;};tabberObj.prototype.navMouseOver=function(event){mopen();mcancelclosetime();}
tabberObj.prototype.navMouseOut=function(event){mclosetime();}
tabberObj.prototype.navClick=function(event){var rVal,a,self,tabberIndex,onClickArgs;a=this;if(!a.tabber){return false;}
self=a.tabber;tabberIndex=a.tabberIndex;a.blur();if(typeof self.onClick=='function'){onClickArgs={'tabber':self,'index':tabberIndex,'event':event};if(!event){onClickArgs.event=window.event;}
rVal=self.onClick(onClickArgs);if(rVal===false){return false;}}
self.tabShow(tabberIndex);return false;};tabberObj.prototype.tabHideAll=function(){var i;for(i=0;i<this.tabs.length;i++){this.tabHide(i);}};tabberObj.prototype.tabHide=function(tabberIndex){var div;if(!this.tabs[tabberIndex]){return false;}
div=this.tabs[tabberIndex].div;if(!div.className.match(this.REclassTabHide)){div.className+=' '+this.classTabHide;}
this.navClearActive(tabberIndex);return this;};tabberObj.prototype.tabShow=function(tabberIndex){var div;if(!this.tabs[tabberIndex]){return false;}
this.tabHideAll();div=this.tabs[tabberIndex].div;div.className=div.className.replace(this.REclassTabHide,'');this.navSetActive(tabberIndex);if(typeof this.onTabDisplay=='function'){this.onTabDisplay({'tabber':this,'index':tabberIndex});}
return this;};tabberObj.prototype.navSetActive=function(tabberIndex){this.tabs[tabberIndex].li.className=this.classNavActive;return this;};tabberObj.prototype.navClearActive=function(tabberIndex){this.tabs[tabberIndex].li.className='';return this;};function tabberAutomatic(tabberArgs){var tempObj,divs,i;if(!tabberArgs){tabberArgs={};}
tempObj=new tabberObj(tabberArgs);divs=document.getElementsByTagName("div");for(i=0;i<divs.length;i++){if(divs[i].className&&divs[i].className.match(tempObj.REclassMain)){tabberArgs.div=divs[i];divs[i].tabber=new tabberObj(tabberArgs);}}
return this;}
function tabberAutomaticOnLoad(tabberArgs){var oldOnLoad;if(!tabberArgs){tabberArgs={};}
oldOnLoad=window.onload;if(typeof window.onload!='function'){window.onload=function(){tabberAutomatic(tabberArgs);};}
else{window.onload=function(){oldOnLoad();tabberAutomatic(tabberArgs);};}}
if(typeof tabberOptions=='undefined'){tabberAutomaticOnLoad();}
else{if(!tabberOptions['manualStartup']){tabberAutomaticOnLoad(tabberOptions);}}
function tabProductsObj(argsObj)
{var arg;this.div=null;this.classMain="tabProducts";this.classMainLive="tabProductslive";this.classTab="tabProductstab";this.classTabDefault="tabProductstabdefault";this.classNav="tabProductsnav";this.classTabHide="tabProductstabhide";this.classNavActive="tabProductsactive";this.titleElements=['h2','h3','h4','h5','h6'];this.titleElementsStripHTML=true;this.removeTitle=true;this.addLinkId=false;this.linkIdFormat='<tabProductsid>nav<tabnumberone>';for(arg in argsObj){this[arg]=argsObj[arg];}
this.REclassMain=new RegExp('\\b'+this.classMain+'\\b','gi');this.REclassMainLive=new RegExp('\\b'+this.classMainLive+'\\b','gi');this.REclassTab=new RegExp('\\b'+this.classTab+'\\b','gi');this.REclassTabDefault=new RegExp('\\b'+this.classTabDefault+'\\b','gi');this.REclassTabHide=new RegExp('\\b'+this.classTabHide+'\\b','gi');this.tabs=new Array();if(this.div){this.init(this.div);this.div=null;}}
tabProductsObj.prototype.init=function(e)
{var
childNodes,i,i2,t,defaultTab=0,DOM_ul,DOM_li,DOM_a,aId,headingElement;if(!document.getElementsByTagName){return false;}
if(e.id){this.id=e.id;}
this.tabs.length=0;childNodes=e.childNodes;for(i=0;i<childNodes.length;i++){if(childNodes[i].className&&childNodes[i].className.match(this.REclassTab)){t=new Object();t.div=childNodes[i];this.tabs[this.tabs.length]=t;if(childNodes[i].className.match(this.REclassTabDefault)){defaultTab=this.tabs.length-1;}}}
DOM_ul=document.createElement("ul");DOM_ul.className=this.classNav;for(i=0;i<this.tabs.length;i++){t=this.tabs[i];t.headingText=t.div.title;if(this.removeTitle){t.div.title='';}
if(!t.headingText){for(i2=0;i2<this.titleElements.length;i2++){headingElement=t.div.getElementsByTagName(this.titleElements[i2])[0];if(headingElement){t.headingText=headingElement.innerHTML;if(this.titleElementsStripHTML){t.headingText.replace(/<br>/gi," ");t.headingText=t.headingText.replace(/<[^>]+>/g,"");}
break;}}}
if(!t.headingText){t.headingText=i+1;}
DOM_li=document.createElement("li");t.li=DOM_li;DOM_a=document.createElement("a");DOM_a.appendChild(document.createTextNode(t.headingText));DOM_a.href="javascript:void(null);";DOM_a.onclick=this.navClick;DOM_a.tabProducts=this;DOM_a.tabProductsIndex=i;if(this.addLinkId&&this.linkIdFormat){aId=this.linkIdFormat;aId=aId.replace(/<tabProductsid>/gi,this.id);aId=aId.replace(/<tabnumberzero>/gi,i);aId=aId.replace(/<tabnumberone>/gi,i+1);aId=aId.replace(/<tabtitle>/gi,t.headingText.replace(/[^a-zA-Z0-9\-]/gi,''));DOM_a.id=aId;}
DOM_li.appendChild(DOM_a);DOM_ul.appendChild(DOM_li);}
e.insertBefore(DOM_ul,e.firstChild);e.className=e.className.replace(this.REclassMain,this.classMainLive);this.tabShow(defaultTab);if(typeof this.onLoad=='function'){this.onLoad({tabProducts:this});}
return this;};tabProductsObj.prototype.navClick=function(event)
{var
rVal,a,self,tabProductsIndex,onClickArgs;a=this;if(!a.tabProducts){return false;}
self=a.tabProducts;tabProductsIndex=a.tabProductsIndex;a.blur();if(typeof self.onClick=='function'){onClickArgs={'tabProducts':self,'index':tabProductsIndex,'event':event};if(!event){onClickArgs.event=window.event;}
rVal=self.onClick(onClickArgs);if(rVal===false){return false;}}
self.tabShow(tabProductsIndex);return false;};tabProductsObj.prototype.tabHideAll=function()
{var i;for(i=0;i<this.tabs.length;i++){this.tabHide(i);}};tabProductsObj.prototype.tabHide=function(tabProductsIndex)
{var div;if(!this.tabs[tabProductsIndex]){return false;}
div=this.tabs[tabProductsIndex].div;if(!div.className.match(this.REclassTabHide)){div.className+=' '+this.classTabHide;}
this.navClearActive(tabProductsIndex);return this;};tabProductsObj.prototype.tabShow=function(tabProductsIndex)
{var div;if(!this.tabs[tabProductsIndex]){return false;}
this.tabHideAll();div=this.tabs[tabProductsIndex].div;div.className=div.className.replace(this.REclassTabHide,'');this.navSetActive(tabProductsIndex);if(typeof this.onTabDisplay=='function'){this.onTabDisplay({'tabProducts':this,'index':tabProductsIndex});}
return this;};tabProductsObj.prototype.navSetActive=function(tabProductsIndex)
{this.tabs[tabProductsIndex].li.className=this.classNavActive;return this;};tabProductsObj.prototype.navClearActive=function(tabProductsIndex)
{this.tabs[tabProductsIndex].li.className='';return this;};function tabProductsAutomatic(tabProductsArgs)
{var
tempObj,divs,i;if(!tabProductsArgs){tabProductsArgs={};}
tempObj=new tabProductsObj(tabProductsArgs);divs=document.getElementsByTagName("div");for(i=0;i<divs.length;i++){if(divs[i].className&&divs[i].className.match(tempObj.REclassMain)){tabProductsArgs.div=divs[i];divs[i].tabProducts=new tabProductsObj(tabProductsArgs);}}
return this;}
function tabProductsAutomaticOnLoad(tabProductsArgs)
{var oldOnLoad;if(!tabProductsArgs){tabProductsArgs={};}
oldOnLoad=window.onload;if(typeof window.onload!='function'){window.onload=function(){tabProductsAutomatic(tabProductsArgs);};}else{window.onload=function(){oldOnLoad();tabProductsAutomatic(tabProductsArgs);};}}
if(typeof tabProductsOptions=='undefined'){tabProductsAutomaticOnLoad();}else{if(!tabProductsOptions['manualStartup']){tabProductsAutomaticOnLoad(tabProductsOptions);}}
var closetimer;var tabNumber;function changepage(link){if(typeof document.getElementById('mytab')!='undefined'){for(j=0;j<tabNumber;j++){if(typeof document.getElementById('mytab').tabber.tabs[j].url!='undefined'){if(link==document.getElementById('mytab').tabber.tabs[j].url){document.getElementById('mytab').tabber.tabShow(j);return;}}}}
var pages=document.getElementsByTagName('div');for(var i=0;i<pages.length;i++){if(pages[i].className=='subpage'){pages[i].style.display='none';}}
if(typeof document.getElementById('more')!='undefined'){document.getElementById('more').style.visibility='hidden';}
if(typeof document.getElementById(link)!='undefined'){document.getElementById(link).style.display='block';}
if(typeof document.getElementById('mytab')!='undefined'){document.getElementById('mytab').tabber.tabShow(tabNumber-1);}}
function mopen(){if(typeof document.getElementById('more')!='undefined'){document.getElementById("more").style.left=findPosX(document.getElementById('more_box'))+'px';document.getElementById('more').style.visibility='visible';}}
function mclose(){if(typeof document.getElementById('more')!='undefined'){document.getElementById('more').style.visibility='hidden';}}
function mclosetime(){closetimer=window.setTimeout('mclose();',250);}
function mcancelclosetime(){if(closetimer!=null){window.clearTimeout(closetimer);closetimer=null;}}
function AjaxCall(actionCall){if(typeof XMLHttpRequest!="undefined"){this.http=new XMLHttpRequest();}else if(typeof ActiveXObject!="undefined"){this.http=new ActiveXObject("MSXML2.XmlHttp");}else{alert("No XMLHttpRequest object available. This functionality will not work.");}
var oHttp=this.http;if(oHttp.readyState!=0){oHttp.abort();}
setTimeout(function(){oHttp.open("post",actionCall,true)},0);oHttp.onreadystatechange=function(){if(oHttp.readyState==4){}};setTimeout(function(){oHttp.send(null)},0);}
