function PrintPage() {
<!--
	var printVersion=window.open("","PrinterFriendly","toolbar=no,width=620,height=500,resizable=yes,menubar=yes,status=no,scrollbars=yes,left=100,top=100"); 
	var xtDiv = document.getElementById("title");
	var xcDiv = document.getElementById("content");
	var xfDiv = document.getElementById("footer");
	var xcLab = document.getElementById("award");
	var bb = xcLab.innerHTML
	var tt = bb.split(" <span ");
	if (tt.length == 1) tt = bb.split(" <SPAN ");
	var zz = tt[0];
	var cc = tt[0].split("\<br\>");
	if (cc.length == 1) cc = tt[0].split("\<BR\>");
	if (cc.length > 1) zz = cc[0] + " " + cc[1];
	
	var za = zz;
	var ca = zz.split(" 200");
	if (ca.length == 1) zz = zz + " 2009";

	//alert(ca.length);
	
	var s = "<" + "html><" + "head><" + "title>The University of Sydney - " + zz + "<" + "/title>\n";
	s = s + "<" + "link rel='stylesheet' href='2009_base.css' type='text/css' />\n";
	s = s + "<" + "link rel='stylesheet' href='2009_base_internal.css' type='text/css' />\n";
	s = s + "<" + "link rel='stylesheet' href='2009_pgcw.css' type='text/css' />\n";
	s = s + "<" + "link rel='stylesheet' href='2009_print.css' type='text/css' />\n";
	s = s + "<" + "/head><" + "body>\n";
	
	var v = "";
    v = v + "<img src='logo.gif' width='68' height='64' alt='The University of Sydney' style='border: 0px;' />\n";
	
var q = "";
	q+="<" + "div style='padding:10px;' class='dontPrintMe'>\n";
	q+="<" + "table><tr><td>\n";
	q+="<" + "a href='#' onClick='javascript:window.print();'>\n";
	q+="<" + "img src='buttonPrint.gif' alt='Print this page' width='104'  border='0' height='20'></a>\n";
	q+="<" + "/td><td>&nbsp;</td><td>\n";
	q+="<" + "a href='#' onClick='javascript:window.close();'>\n";
	q+="<" + "img src='buttonClose.gif' alt='Close window' width='98' height='20' border='0'>\n";
	q+="<" + "/a>\n";
	q+="<" + "/td></tr></table>\n";
	q+="<" + "/div>\n\n";		

	printVersion.document.write(s);
	printVersion.document.write(q);
	
	printVersion.document.write("<" + "div id='print-head'>\n");
	
	printVersion.document.write("<" + "table style='background-color:#bb313b' width='560'>");
	printVersion.document.write("<" + "tr><td valign='middle'>\n");
	printVersion.document.write(v);
	printVersion.document.write("<" + "td align=left><p>The University of Sydney</p></td>");
	printVersion.document.write("<" + "td align=left><p>&nbsp;-&nbsp;</p></td>");

	printVersion.document.write("<" + "td align=right>\n<p>");
	
	printVersion.document.write(xtDiv.innerHTML + "&nbsp;</p>");
	printVersion.document.write("<" + "/td>\n");
	printVersion.document.write("<" + "/tr><" + "/table>\n");
	printVersion.document.write("<" + "/div>");
	
	printVersion.document.write(xcDiv.innerHTML);
	printVersion.document.write("<p class='mySemester' style='font-size:9px;padding-left:40px;'>&#169; 2002 - 2009 The University of Sydney, NSW Australia. Phone +61 2 9351 2222<BR>ABN: 15 211 513 464 &nbsp;&nbsp; CRICOS Number: 00026A &nbsp;&nbsp; www.arts.usyd.au</p>\n");
	var e = "<" + "/body><" + "/html>\n";
	printVersion.document.write(e);
	printVersion.document.close(); 
	printVersion.focus();
}

	function myEmail() {
		//var page = "2009_pgcw_email.htm";
		var page = "http://www.arts.usyd.edu.au/departs/english/mail.shtml";
		var emailVersion=window.open(page,"EmailForm","toolbar=no,width=500,height=550,resizable=no,menubar=yes,status=no,scrollbars=yes,left=100,top=100"); 		
		emailVersion.focus();
		//return false;
	}

	function myFlexis(id,yr) {
		var page = "https://ssa.usyd.edu.au/ssa/handbook/uosdetail.jsp?uosindex=" + id + "&academic_year=" + yr;
		var FlexisVersion=window.open(page,"Flexis","toolbar=no,width=650,height=500,resizable=no,menubar=yes,status=no,scrollbars=yes,left=100,top=100"); 		
		FlexisVersion.focus();
		//return false;
		//alert(id + " " + yr);
	}

