$(window).load(function(){
	if($("#navidiv").height()<$("#contentdiv").height()){
		$("#navidiv").css("height",$("#contentdiv").height());
	}else{
		$("#contentdiv").css("height",$("#navidiv").height());
	}
});
	  
function fen(www, data)
{
	op = window.open(www, "op", data);
	op.focus();
}
