
<!-- Begin

dropDown = true;

function resizeSWF(nHeight) {
	
	if ( dropDown ) {
		
		nHeight += "px";
		document.getElementById("main").style.height = nHeight;
		
	}
}
//  End -->
