function viewDesktop(){
	window.open('/desktop.html','desktop','width=' + (screen.width - 10) + ',height=' + (screen.height - 60) + ',top=0,left=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,directories=0,hotkeys=0')
}
