$(function(){
	$('#content').css('min-height', $('#menu').innerHeight());
	/*
	$('a[rel=popup]').click(function(){
		window.open( $(this).attr('href'), "myWindow", "status = 1, height = 400, width = 600, resizable = 0" );
		return false;
	});
	*/
});
