// SIFR

// Pop-up window
function popup(src, type, w, h) {
	var popped = window.open('/popup.php?type='+type+'&w='+w+'&h='+h+'&src='+src, 'Stagro', 'width='+w+',height='+h);
	popped.moveTo(((screen.width/2)-(w/2)),((screen.height/2)-(h/2)));
	popped.focus();
}

// Launch 360 view
function launch360(fleet_id) {
	popup(fleet_id, '360', 300, 400);
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
