function openQuicktimesm(){
		var ourWindow = window.open("quicktime_sm.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=1,location=0,status=0,width=300,height=200');
			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();
		}

function openQuicktimemd(){
		var ourWindow = window.open("quicktime_md.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=1,location=0,status=0,width=500,height=320');
			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();
		}

function openQuicktimelrg(){
		var ourWindow = window.open("quicktime_lrg.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=660,height=450');
			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();
		}

function openNews(){
		var ourWindow = window.open("news_home.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=1,location=0,status=0,width=500,height=200');
			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();
		}
		
function openTheaters(){
		var ourWindow = window.open("http://www.thinkfilmcompany.com/schedule/films/when/",'1','toolbar=0,menubar=0,resizable=1,marginwidth=0,marginheight=0,scrollbars=1,location=0,status=0,width=600,height=500');
			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();
		}