function goFullscreen(){
	var w = screen.width;
	if(w<900){
		newwin=window.open("mixer.php","","scrollbars=yes","resizable=yes","menubar=yes")
		newwin.moveTo(0,0);
		newwin.resizeTo(screen.width,screen.height); 
	  } else {
		newwin=window.open("mixer.php","","resizable=yes","menubar=yes")
		newwin.moveTo(0,0);
		newwin.resizeTo(screen.width,screen.height); 
	  }
}

var win= null;
function OpenNewWindow(mypage,w,h,myname){
	var winl = (screen.width-w)/2;
	var wint = (screen.height-h)/2;
	settings='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,dependent=no'
	win=window.open(mypage,myname,settings)
	if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}
function OpenNewWindow2(mypage,w,h,myname){
	var winl = (screen.width-w)/2;
	var wint = (screen.height-h)/2;
	settings='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,dependent=no'
	win=window.open(mypage,myname,settings)
	if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}

function call_fc_flash(arg1, arg2) { if(typeof(fc_flash) == "function") fc_flash(arg1, arg2); }

<!-- Fireclick Netflame Web Analytics - COPYRIGHT 1999-2004 - Please do not modify this code-->
function handle(){return true;}
window.onerror=handle;
var fc_host='www.motorola.com';
document.write('<scr'+'ipt '
+'src="'+((location.protocol=='http:')?'http://a644.g.akamai.net/f/644/67/3h/':'https://a248.e.akamai.net/f/248/67/3h/ssl-')
+'hints.netflame.cc/service/sc'+'ript/'+fc_host+'"></scr'+'ipt>');
function fcce(){if (typeof(fcnf)!="undefined") fcnf();}
var fcfn=window.onload;
function fcco(){window.setTimeout("fcce();", 100);fcfn();}
window.onload= null==fcfn ? fcce:fcco;
<!-- Fireclick Netflame Web Analytics COPYRIGHT 1999-2004 - Please do not modify this code-->


function sendWebtrends(eventPath){
	dcsMultiTrack("DCS.dcssip", "studiomoto.2advanced.com", "DCS.dcsuri", eventPath);
}