<!--
var name = null;
var file = null;
var winwidth = null;
var winheight = null;
var hwnd = null;
var rszbl = null;
var scrllbrs = null;


function launch(file,name,winwidth,winheight,rszbl,scrllbrs)
{
var string="width="+winwidth+",height="+winheight+"toolbar=no,directories=no,menubar=no,resizable="+rszbl+",scrollbars="+scrllbrs+",dependent=yes"
hwnd = window.open(file,name,string) ;
          if (navigator.appName == "Netscape") {
             hwnd.focus()  
          }
}

function preload(imgObj,imgSrc) {
	eval(imgObj+' = new Image()');
	eval(imgObj+'.src = "'+imgSrc+'"');
}
function goatv(){
	launch('http://gaelco.es/atvTrack/index.html','win3',800,565,'yes','no');
}

function gotokyocop(){
	launch('index2.html','win3',640,538,'no','no');
}

function juegostokyocop(){
	launch('../../tokyocop/index2.html','win3',640,538,'no','no');
}

function juegosengtokyocop(){
	launch('../../../tokyocop/index2.html','win3',640,538,'no','no');
}

function abreventana(file){
var string="width=400, height=300 toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,dependent=yes"
hwnd = window.open(file,'foto',string) ;
          if (navigator.appName == "Netscape") {
             hwnd.focus()  
          }
}

function abreusual(){
	launch('usualsuspects.html','usual',222,260,'no','no');
}

function abrestreet(){
	launch('streetgangs.html','street',222,372,'no','no');
}

function abreinter(){
	launch('internationals.html','inter',222,372,'no','no');
}

function abreginza(){
	launch('districtginza.html','ginza',222,260,'no','no');
}

function abrehibiya(){
	launch('districthibiya.html','hibiya',222,260,'no','no');
}

function abreshibuya(){
	launch('districtshibuya.html','shibuya',222,260,'no','no');
}

function abreshinjuku(){
	launch('districtshinjuku.html','shinjuku',222,260,'no','no');
}

function abreranks(){
	launch('policeranks.html','ranks',222,392,'no','no');
}

function abreweak(){
	launch('weakpoints.html','weak',222,260,'no','no');
}

function abrearrestingcommon(){
	launch('arrestingcommon.html','arrestingcommon',222,260,'no','no');
}

function abrearrestingstreet(){
	launch('arrestingstreet.html','arrestingstreet',222,260,'no','no');
}

function abrea1024(file){
var string="width=1024, height=768 toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,dependent=yes"
hwnd = window.open(file,'foto1024',string) ;
          if (navigator.appName == "Netscape") {
             hwnd.focus()  
          }
}
function abrea800(file){
var string="width=800, height=600 toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,dependent=yes"
hwnd = window.open(file,'foto800',string) ;
          if (navigator.appName == "Netscape") {
             hwnd.focus()  
          }
}

function abrea640(file){
var string="width=640, height=480 toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,dependent=yes"
hwnd = window.open(file,'foto640',string) ;
          if (navigator.appName == "Netscape") {
             hwnd.focus()  
          }
}

// -------------  End definition of button rollover functions ---------------

//-->


