var technologyArrow = true

function linktonew(url){
var w1=screen.width
var h1=screen.height
NewWin=open('','','width='+w1+',height='+h1+',status=yes, location=yes, toolbar=yes, scrollbars=yes, resizable=yes, menubar=yes, top=0, left=0');
NewWin.document.open();
var xxx=''
xxx += '<html>\n'
xxx += '<head>\n'
xxx += '<script language="Javascript">\n'
xxx += '{\n'
xxx += 'location.href="http://'+url+'"\n'
xxx += '}\n'
xxx += '</script>\n'
xxx += '</head>\n'
xxx += '<body bgcolor=black>\n'
xxx += '<center><font face="verdana,arial" size=8 color=yellow><br>&nbsp;<br>&nbsp;<br>One moment please</font></center>'
xxx += '</html>\n'
NewWin.document.write(xxx);
NewWin.document.close();
}

function linkto(url)
{
var w1=screen.width*0.90
var h1=screen.height*0.90
NewWin=open('','','width='+w1+',height='+h1+',status=no,toolbar=no,scrollbars=yes,resizable=yes,menubar=no,top=0,left=0');
NewWin.document.open();
var xxx=''
xxx += '<html>\n'
xxx += '<head>\n'
xxx += '<script language="Javascript">\n'
xxx += '{\n'
xxx += 'location.href="http://'+url+'"\n'
xxx += '}\n'
xxx += '</script>\n'
xxx += '</head>\n'
xxx += '<body bgcolor=black>\n'
xxx += '<center><font face="verdana,arial" size=8 color=yellow><br>&nbsp;<br>&nbsp;<br>One moment please</font></center>'
xxx += '</html>\n'
NewWin.document.write(xxx);
NewWin.document.close();
}



function linkshell(url)
{
var w1=550
var h1=500
NewWin=open('','','width='+w1+',height='+h1+',status=no,toolbar=no,scrollbars=no,resizable=no,menubar=no,top=40,left=100');
NewWin.document.open();
var xxx=''
xxx += '<html>\n'
xxx += '<head>\n'
xxx += '<script language="Javascript">\n'
xxx += '{\n'
xxx += 'location.href="http://'+url+'"\n'
xxx += '}\n'
xxx += '</script>\n'
xxx += '</head>\n'
xxx += '<body bgcolor=black>\n'
xxx += '<center><font face="verdana,arial" size=8 color=yellow><br>&nbsp;<br>&nbsp;<br>One moment please</font></center>'
xxx += '</html>\n'
NewWin.document.write(xxx);
NewWin.document.close();
}

function linkydcn2(url,h1)
{
var w1=650
NewWin=open('','','width='+w1+',height='+h1+',status=no,toolbar=no,scrollbars=no,resizable=no,menubar=no,top=0,left=0');
NewWin.document.open();
var xxx=''
xxx += '<html>\n'
xxx += '<head>\n'
xxx += '<script language="Javascript">\n'
xxx += '{\n'
xxx += 'location.href="http://'+url+'"\n'
xxx += '}\n'
xxx += '</script>\n'
xxx += '</head>\n'
xxx += '<body bgcolor=black>\n'
xxx += '<center><font face="verdana,arial" size=8 color=yellow><br>&nbsp;<br>&nbsp;<br>One moment please</font></center>'
xxx += '</html>\n'
NewWin.document.write(xxx);
NewWin.document.close();
}

function linkydcn3(url,h1)
{
var w1=650 
NewWin=open('','','width='+w1+',height='+h1+',status=no,toolbar=no,scrollbars=yes,resizable=no,menubar=no,top=0,left=0');
NewWin.document.open();
var xxx=''
xxx += '<html>\n'
xxx += '<head>\n'
xxx += '<script language="Javascript">\n'
xxx += '{\n'
xxx += 'location.href="http://'+url+'"\n'
xxx += '}\n'
xxx += '</script>\n'
xxx += '</head>\n'
xxx += '<body bgcolor=black>\n'
xxx += '<center><font face="verdana,arial" size=8 color=yellow><br>&nbsp;<br>&nbsp;<br>One moment please</font></center>'
xxx += '</html>\n'
NewWin.document.write(xxx);
NewWin.document.close();
}


function linkmaps(url,w1,h1)
{

NewWin=open('','','width='+w1+',height='+h1+',status=no,toolbar=no,scrollbars=no,resizable=no,menubar=no,top=0,left=0');
NewWin.document.open();
var xxx=''
xxx += '<html>\n'
xxx += '<head>\n'
xxx += '<script language="Javascript">\n'
xxx += '{\n'
xxx += 'location.href="http://'+url+'"\n'
xxx += '}\n'
xxx += '</script>\n'
xxx += '</head>\n'
xxx += '<body bgcolor=black>\n'
xxx += '<center><font face="verdana,arial" size=8 color=yellow><br>&nbsp;<br>&nbsp;<br>One moment please</font></center>'
xxx += '</html>\n'
NewWin.document.write(xxx);
NewWin.document.close();
}

