function SetHeight(){
	var TheDiv = document.getElementById('Container');
	TheDiv.style.height = (document.body.clientHeight-179)+"px";
}
function open_content_img(s_showcase)
{
	window.open('popup.asp?showcase=' + escape(s_showcase)+'&filelocation=' + escape('')+'&Desc=','','scrollbars=yes,resizable=yes,width=640,height=450');	
}
