function DisplayOpenHousePanoramic(agent_id,listing_id,filename)
{

	document.write('<applet name="ptviewer" archive=http://www.youronlineagents.com/ptviewer2.jar  code=ptviewer.class width=440 height=320 mayscript=true>');
	document.write('<param name=file value="/listingphotos/' + agent_id + '/large_' + listing_id + '_' + filename + '" />');
	document.write('<PARAM NAME="hotspot0" VALUE=" X0 Y100 i\'http://www.youronlineagents.com/images/OpenHouseCircle.gif\' q u\'mailto:openhousevr@sympatico.ca\' ">');
	document.write('<param name=pan	 value="120" />');
	document.write('<param name=tilt value="0" />');
	document.write('<param name=fov	 value="100" />');
	document.write('<param name=fovmax value="100" />');
	document.write('<param name=fovmin value="30" />');
	document.write('<param name=auto value="0.3" />');
	document.write('<param name=bar_x value="85" />');
	document.write('<param name=bar_y value="-169" />');
	document.write('<param name=bar_width value="193" />');
	document.write('<param name=bar_height value="50" />');
	document.write('<param name=tiltmin value="-100" />');
	document.write('</applet>');

//	document.write('<br><img src="http://www.openhousevr.ca/images/control.gif" alt="" border="0" usemap="#control" height="14" width="84" />');

}


