function openFullScreen(url) {
	window.open(url, "fullscreen", 'top=0,left=0,width='+(screen.availWidth)+',height='+(screen.availHeight)+',fullscreen=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrolling=0');
}