function tabletop() {
document.write('<div id="logotop" >');
document.write('   <img src="http://www.irsc.edu/portal/images/headtopleft.gif"  height="53" alt="" style="float:left">   <img src="http://www.irsc.edu/portal/images/headtop_ircc.gif" width="538" height="53" alt="" style="float:left">');
document.write('   <img src="http://www.irsc.edu/portal/images/headtopleft.gif"  height="53" alt="" style="float:right;"> ');
document.write('   <img src="http://www.irsc.edu/portal/images/headtop_motto.gif" width="220" height="53" alt="" style="float:right">');
document.write('</div>');
document.write('<div  id="logobottom">');
document.write('   <img src="http://www.irsc.edu/portal/images/topmenu_right.gif"  height="23" alt="" style="float:left;">');
document.write('   <img src="http://www.irsc.edu/portal/images/topmenu_ircc.gif" width="60" height="23" alt="" style="float:left">');
document.write('   <img src="http://www.irsc.edu/portal/images/topmenu_right-11.gif"  height="23" alt="" style="float:right; ">');
document.write('</div>');
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr><td width=12px style="background-image:URL(\'http://www.irsc.edu/portal/images/bigpic_left.gif\'); background-repeat:repeat-y"></td>');
document.write('<td id="content">');
document.write('<div id="inner-content">');
}

function tablebottom() {
document.write('</div>');
document.write('</td><td width=12px style="background-image:URL(\'http://www.irsc.edu/portal/images/bigpic_right.gif\'); background-repeat:repeat-y"></td>');
document.write('</tr></table>');
document.write('<div id="footer">');
document.write('<img src="http://www.irsc.edu/portal/images/foot_leftside.gif" style="float:left">');
document.write('<img src="http://www.irsc.edu/portal/images/footer-left-bg2.gif" style="float:left">');
document.write('<img src="http://www.irsc.edu/portal/images/foot_rightside.gif" style="float:right">');
document.write('<img src="http://www.irsc.edu/portal/images/foot_right.gif" style="float:right">'); 
document.write('&copy;2008 Indian River State College - '); 
document.write('E-mail: <a href="mailto:virtualclassroom@irsc.edu">virtualclassroom@irsc.edu</a>');
document.write(' - Phone: (772) 462-7768');
document.write('<a href="JavaScript:PrivacyPolicy()" class="policy">Privacy Policy</a>');
document.write('</div>');
}
function PrivacyPolicy(){
	var nTop = 0
	var nLeft = 0
	var nWidth = 520
	var nHeight = 380
	
	nTop = (screen.height / 2) - (nHeight/2)
	nLeft = (screen.width / 2) - (nWidth/2)
	
	
	window.open('http://www.irsc.edu/html/privacy.html','_blank','width='+nWidth+',height='+nHeight+',top='+nTop+',left='+nLeft+'')
}
