1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<!DOCTYPE html>
<html>
<head>
<title>ILOVEKRPANO © Virtual Tuur</title>
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="keywords" content="virtual, virtueel, panorama, panorama foto, panorama fotografie, 360 graden, 3d, tour, tours, rondleiding, virtuele rondleiding, virtuele tours, panoramische rondleiding, webdesign, virtuele tour, interactief, iphone, ipad, android, html5, flash " />
<meta name="description" content="Virtual Tuur is specialist in virtuele rondleidingen voor op websites. Trek meer bezoekers door een virtuele tour aan te bieden van uw vastgoed project, hotel, restaurant, bedrijf. Hoge kwaliteit, veel mogelijkheden en volledig customizable" />
<LINK REL="SHORTCUT ICON"
HREF="P/ico.ico">
<style>
html { height:100%; }
body { height:100%; overflow: hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
a{ color:#AAAAAA; text-decoration:underline; }
a:hover{ color:#FFFFFF; text-decoration:underline; }
</style>
</head>
<body>
<script src="3.js"></script>
<div id="pano" style="width:100%; height:100%;">
<noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
<script>
var viewer = createPanoViewer({swf:"ILOVEKRPANO.swf", id:"krpanoSWFObject", target:"pano"});
//viewer.useHTML5("whenpossible"); // incomment to use the HTML5 krpanoJS viewer always when possible (Safari5)
if( viewer.isDevice("iPhone|iPod|Android") )
viewer.addVariable("xml", "tour_mobile.xml");
else
viewer.addVariable("xml", "tour.xml");
viewer.embed();
</script></div>
</body>
</html>
|