var screenHeight = screen.availHeight - 30;
var screenWidth = screen.availWidth - 10;
        
function popIntro(){
	window.open('flash/index.htm','trailerpop','width='+screenWidth+',height='+screenHeight+',top=0,left=0,scrollable=2,resizable=1');
}
function popMainSite(){
	window.open('flash/site.htm','trailerpop','width='+screenWidth+',height='+screenHeight+',top=0,left=0,scrollable=1,resizable=1');
}

