function embedObject() {
	document.write('<applet name=\"ptviewer\" archive=360tours.jar  code=ptviewer.class width=400 height=240 mayscript=true>' +
	'	              <!-- www.360tours.ie -->' +
	'                    <param name=wait			value=\"wait.gif\">' +
	'                    <param name=barcolor 		value=\"99cc00\">' +
	'                    <param name=bar_x 			value=\"77\">' +
	'                    <param name=bar_y 			value=\"224\">' +
	'                    <param name=bar_width 		value=\"246\">' +
	'                    <param name=bar_height 	value=\"7\">' +
	'                    <param name=cursor			value=\"move\">' +
	'                    <param name=file 			value=\"ptviewer:0\">' +
	'                    <param name=pano0			value=\"{file=pitch.jpg}' +
	'									{auto=-0.4}' +
	'									{pan=80}' +
	'									{fov=90}' +
	'									{tilt=-3}' +
	'									{fovmax=120}' +
	'									{fovmin=30}\">' +
	'	<TABLE width="400" height="240"><TR><TD bgcolor="#FFFFFF" align="center" valign="middle">' +
	'	If you can read this, then you probably do not have the required Java software installed on your computer. click <a href="java.htm">here</a> for more details' +
	'	</TD></TR></TABLE>' +
	'                  </applet>');

}

// execute!
embedObject();