// JavaScript Document
document.write("<script src='/js/jquery-1.3.js'><\/scr"+"ipt>");

function divHeight(){
	var divHeight = document.documentElement.clientHeight-212;
	$("#flow").height(divHeight);

}
window.onresize = divHeight;

