<!-- Hide this script from old browsers --
function DisplayWindow(URL){
	document.open();
	document.writeln("<HTML>");
	document.writeln("<BODY background=\"http://www.dilatonsworld.net/models/background.jpg\">");
	document.writeln("<CENTER>");
	document.writeln("<A href=\"javascript:history.go(-1);\">");
	document.writeln("<IMG src=\""+URL+"\" alt=\"Click to return to the previous page\" border=\"0\">");
	document.writeln("</A>");
	document.writeln("</CENTER>");
	document.writeln("<BR>");
	document.writeln("<TABLE width=\"100%\"><TR>");
	document.writeln("<TD align=\"left\" width=\"80\">");
	document.writeln("<A href=\"javascript:history.go(-1);\">");
	document.writeln("<IMG src=\"http://www.dilatonsworld.net/models/back.gif\" alt=\"Return to the previous page\" border=\"0\">");
	document.writeln("</A>");
	document.writeln("</TD>");
	document.writeln("<TD align=\"right\">");
	document.writeln("<ADDRESS>&copy 2010 dilatonsworld.net<BR>All rights reserved</ADDRESS>");
	document.writeln("</TD>");
	document.writeln("</TR></TABLE>");
	document.writeln("</BODY>");
	document.writeln("</HTML>");
	document.close();
}
// -- End Hiding Here -->
