function writeWidget(width,height){
	document.write('<script type="text/javascript">');
	document.write('writeWidgetCode('+width+', '+height+');');
    document.write('</script>');
}

function writeWidgetCode(width,height){
	var hssuffix = "";
	document.write('<object width="' + width + '" height="' + height + '" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">');
	document.write('<param name="movie" value="http://www.rollmaps.com/upload/images/360/Hrvatska/Jastrebarsko/krpano.swf?xml=http://www.rollmaps.com/upload/images/360/Hrvatska/Jastrebarsko/Jastrebarskow.xml" />');
	document.write('<param name="allowFullScreen" value="true" />');
	//document.write('<param name="allowscriptaccess" value="always" />');
	document.write('<embed src="http://www.rollmaps.com/upload/images/360/Hrvatska/Jastrebarsko/krpano.swf?xml=http://www.rollmaps.com/upload/images/360/Hrvatska/Jastrebarsko/Jastrebarskow.xml" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="' + width + '" height="' + height + '" />');
	document.write('</object>');
}
function redirect(url){
  document.location = new String(url);
}
