var idout; var valPageLoaded = 0; var isMinNS4 = (navigator.appName.indexOf("Netscape") >= 0 && parseFloat(navigator.appVersion) >= 4) ? 1 : 0; var isMinIE4 = (document.all) ? 1 : 0; var isMinIE5 = (isMinIE4 && navigator.appVersion.indexOf("5.")) >= 0 ? 1 : 0; function RollOver( img ) { if( isMinNS4 || isMinIE4 ) { document.images[ img ].src = 'http://www.delta-ventures.com/Images/header-menu-' + img + '-on.gif'; } } function RollOut( img ) { if( isMinNS4 || isMinIE4 ) { document.images[ img ].src = 'http://www.delta-ventures.com/Images/header-menu-' + img + '.gif'; } } function DoNothing( ) { } function showmenu( ) { if( isMinIE4 ) { document.getElementById('aboutMenu').style.visibility = "visible"; } } function hidewithdelay( ) { setTimeout( "hidemenu( )", 1000 ); } function hidemenu( ) { if( isMinIE4 ) { document.getElementById('aboutMenu').style.visibility = "hidden"; } } // Specify the marquee's width (in pixels) var marqueewidth = "100%"; // Specify the marquee's height var marqueeheight = "100%"; // Specify the marquee's scroll speed (larger is faster) var speed = 1; //Specify the marquee contents var marqueecontents = ''; function openCenterWindow( url, wd, ht, scroll ) { d = ( screen.width - wd )/2; h = ( ( screen.height-ht )/2 ); window.open(url,'','top=' + h + ',left=' + d + ',width=' + wd + ',height=' + ht + ',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=' + scroll + ',resizable=' + scroll + '').focus(); } function banner_redirect( url, banner_id ) { window.open('/relocate.php'+'?url='+url+'&bid='+banner_id,'','toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes').focus(); } function team_DoFSCommand( command, param ) { switch( command ) { case '1': location.href = '/team.php?aid=30dd97842bf566b502368f1a0986a8a9'; break; case '2': location.href = '/team.php?aid=a4b9c8ea2734985454bc267ea6a19ff1'; break; case '3': location.href = '/team.php?aid=2889988ef5e53a6e99be73d9e9872c24'; break; case '4': location.href = '/team.php?aid=630ab71f8900954a15a17db8d284cb93'; break; case '5': location.href = '/team.php?aid=034411289399effe55375e23ededfcd8'; break; case '6': location.href = '/team.php?aid=58480e5d5d2f65e0524bada548928ef8'; break; } } function logos_DoFSCommand( command, param ) { if( 'portfolio' == command ) { targetURL = '/portfolio.php?cid=[cid]'; targetURL = targetURL.replace( '[cid]', param ); location.href = targetURL; } } document.write( '<' + 'script language=vbscript>' + "\r\n" ); document.write( 'Sub team_FSCommand( byval command, byval param )' + "\r\n" ); document.write( 'Call team_DoFSCommand( command, param )' + "\r\n" ); document.write( 'End Sub' + "\r\n" ); document.write( 'Sub logos_FSCommand( byval command, byval param )' + "\r\n" ); document.write( 'Call logos_DoFSCommand( command, param )' + "\r\n" ); document.write( 'End Sub' + "\r\n" ); document.write( '<' + '/script>' + "\r\n" );