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