<!--

function newWindow(url,name,features){
	newWin = window.open("",name,features);
	newWin.document.open();
	newWin.document.write("<html><head> \n");
	newWin.document.write("<title>Activision presents Pitfall! (Pitfall Harry's Jungle Adventure)</title> \n");
	newWin.document.write("<style type=\"text/css\"> \n");
	newWin.document.write("<!-- body {margin: 0px; background-color: #000000;} --> \n");
	newWin.document.write("</style> \n");
	newWin.document.write("</head> \n");
	newWin.document.write("<body> \n");
	newWin.document.write("<center> \n");
	newWin.document.write("<OBJECT classid=\"clsid:166B1BCA-3F9C-11CF-8075-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0\" ID=pitfall WIDTH=640 HEIGHT=480> \n");
	newWin.document.write("<param name=src value=\"pitload.dcr\"> \n");
 	newWin.document.write("<PARAM NAME=swStretchStyle VALUE=fill> \n");
	newWin.document.write("<param name=swRemote value=\"swSaveEnabled='false' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='false' swCategory='Atari Game' swTitle='Pitfall' swContextMenu='true' \"> \n");
	newWin.document.write("<PARAM NAME=bgColor VALUE=#000000> \n");
	newWin.document.write("<EMBED SRC=\"pitload.dcr\" bgColor=#000000  WIDTH=640 HEIGHT=480 swRemote=\"swSaveEnabled='false' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='false' swCategory='Atari Game' swTitle='Pitfall' swContextMenu='true' \" swStretchStyle=fill TYPE=\"application/x-director\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/\"></EMBED> \n");
	newWin.document.write("</OBJECT> \n");
	newWin.document.write("</center> \n");
	newWin.document.write("</body> \n");
	newWin.document.write("</html>");}
-->
