/*function pano(tour,cli,w,h) {
document.getElementById("pano_if").src = "http://www.panoview.co.nz/floorplans/panoload.php?cli="+cli+"&tour="+tour+"&h="+h+"&w="+w;
}
function alterPano(tour,cli,w,h) {
 document.getElementById("pano_if").src = "http://www.panoview.co.nz/floorplans/panoload.php?cli="+cli+"&tour="+tour+"&h="+h+"&w="+w;
}*/
function pano(prop,cli,w,h) {
 document.getElementById("pano_if").src = "http://www.panoview.co.nz/floorplans/krPanoLoad.php?cli="+cli+"&prop="+prop+"&h="+h+"&w="+w;
}
function alterPano(prop,cli,w,h) {
 document.getElementById("pano_if").src = "http://www.panoview.co.nz/floorplans/krPanoLoad.php?cli="+cli+"&prop="+prop+"&h="+h+"&w="+w;
}
function goPano(h,w) {
 document.write("<iframe id='pano_if' style='height:"+h+"px;width:"+w+"px;border:0px solid;padding:0px;margin:0px;overflow:hidden'></iframe>");
}
