function dp_write_360Frame() {
		
	// Wite iframe and call content document based on URI, width, height

	document.writeln('<script type=\"text/javascript\">\n\n');
	document.writeln('document.write(\'<iframe name=\"viewmarstrandFrame\" id=\"viewmarstrandFrame\" src=\"http://www.viewmarstrand.se/' + iFrame_src + '\" style=\"height:' + iFrame_height + 'px; width:' + iFrame_width + 'px;\" frameborder=\"0\" scrolling=\"no\"></iframe>\')')
	document.writeln('\n\n<\/script>');


}

function dp_init() {

	dp_write_360Frame();

}

dp_init();