
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 s = "<" + "html><" + "head><" + "title>Printable version of - Postgraduate Coursework Information - Future Postgradute Coursework - The University of Sydney<" + "/title>";
	s = s + "<" + "link rel='stylesheet' href='http://www.arts.usyd.edu.au/school/slam/styles/base_slam.css' type='text/css' />";
	s = s + "<" + "link rel='stylesheet' href='/school/slam/styles/base.css' type='text/css' />";
	s = s + "<" + "link rel='stylesheet' href='/school/slam/styles/base_internal.css' type='text/css' />";
	s = s + "<" + "link rel='stylesheet' href='pgcw.css' type='text/css' />";
	s = s + "<" + "link rel='stylesheet' href='print.css' type='text/css' />";
	s = s + "<" + "/head><" + "body>";
	
	var v = "";
    v = v + "<img src='top_banner_in01.gif' width='227' height='52' alt='The University of Sydney' style='border: 0px;' />";
	
var q = "<div style='padding:10px;' class='dontPrintMe'><a href='#' onClick='javascript:window.print();'><img src='http://www.arts.usyd.edu.au/departs/asianstudies/images/nav/cws/buttonPrint.gif' alt='Print this page' width='104'  border='0' height='20'></a>&nbsp;<a href='#' onClick='javascript:window.close();'><img src='http://www.arts.usyd.edu.au/departs/asianstudies/images/nav/cws/buttonClose.gif' alt='Close window' width='98' height='20' border='0'></a></div>";		

	printVersion.document.write(s);
	printVersion.document.write(q);
	
	printVersion.document.write("<" + "table style='background-color:#0066CC' width='643'><tr><td>");
	printVersion.document.write(v);
	printVersion.document.write("</td><td align=right>");
	printVersion.document.write(xtDiv.innerHTML);
	printVersion.document.write("</td><td align=right>&nbsp;</td>");
	printVersion.document.write("</tr><" + "/table>");
	
	printVersion.document.write(xcDiv.innerHTML);
	printVersion.document.write("<p class='mySemester' style='font-size:9px;padding-left:40px;'>&#169; 2002 - 2007 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>");
	var e = "<" + "/body><" + "/html>";
	printVersion.document.write(e);
	printVersion.document.close(); 
	printVersion.focus();
}

