function officialRules(url) {
	a = window.open(url,'rules','width=650,height=525,resizable=no,scrollbars=yes,toolbar=no,directories=no,status=no');
	var width = 650; 
	var height = 525;
	var aw = screen.availWidth; 
	var ah = screen.availHeight; 
	var xPos = (aw - width)/2; 
	var yPos = (ah - height)/2; 
	a.moveTo(xPos,yPos);
}

document.write('<div align="center" style="margin-right: 39px;" class="cfe-nav09">');
document.write('<table cellspacing="0" cellpadding="0" border="0">');
document.write('<tbody><tr>');
document.write('<td>');
document.write('<div><a href="http://www.digitalphotopro.com/contests/emergingpro/faq.html" class="cfe-nav09">FAQ</a> <span class="cfe-sp">I</span> <a href="http://www.digitalphotopro.com/contests/emergingpro/resources.html" class="cfe-nav09">Resources</a> <span class="cfe-sp">I</span> <a href="http://www.digitalphotopro.com/contests/emergingpro/2008-winners.html">2008-2009 Winners</a> <span class="cfe-sp">I</span> <a href="http://www.digitalphotopro.com/contests/emergingpro/past-winners.html">Past Winners</a> <span class="cfe-sp">I</span> <span class="cfe-nav09"><a href="http://www.digitalphotopro.com/contests/emergingpro">Home</a></span></div></td></tr></tbody></table>'); 
document.write('</div>');
