// JavaScript Document
	function resizeiframe()
	{
		if (document.height > 750)
		{
		top.document.getElementById('tcell').height = document.height + 50;
		}
		else
		{
		top.document.getElementById('tcell').height = 750
		}
		window.status="Welcome to the University of Windsor's IEEE Student Branch Website!!!!";
	}