function popup(url, width, height)
{
    window.open(url, "new_win", "width="+width+",height="+height+",resizable=yes")
}

function OpenWin(url, w, h)
{
    new_window = window.open(url,'myWindow', 'toolbar=no,width='+w+',height='+h+
                'top=10,left=5,directories=yes,status=yes,name=yes,scrollbars=no'+
                ',resizable=1,resize=yes,menubar=no');
    new_window.focus();
}


// functions for virtual tour
function showPano(filename,mapid)
{
    var swidth = screen.width
    var widthleft = swidth - 350

    var win = window.open('http://www.maxvr.com/tourism_vancouver/panoviewer2_tv.asp?pic=' + filename + '&p=' + mapid,'TransInfo','height=520,width=340,menubar=no,resizable=yes,top=5,scrollbars=no,left=' + widthleft);
    win.focus();
}

function showCityPano(searchField, searchString)
{
    var swidth = screen.width
    var widthleft = swidth - 355
    var win = window.open('http://www.maxvr.com/tourism_vancouver/cityviewer_tv.asp?searchString=' + searchString + '&searchField=' + searchField,'TransInfo','height=520,width=340,menubar=no,resizable=yes,top=5,scrollbars=no,left=' + widthleft);
    win.focus();
}

function OpenVWeb()
{
    VWeb = open("http://vweb.jparadiso.com/display.php?10049","displayWindow","width=700,height=600,status=no,toolbar=no,menubar=no,scrollbars=yes");
}

function write_flash_header(params)
{
      var flash = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="790" height="185" id="header" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="wmode" value="transparent"><param name="movie" value="' + params['base_href'] + '/header.swf?htmlCurSec=' + params['f_section'] +'&base=' + params['flashBase']+'" /><param name="quality" value="high" /><embed src="'+params['base_href']+'/header.swf?htmlCurSec='+params['f_section']+'&base='+params['flashBase']+'" wmode="transparent" quality="high" width="790" height="185" name="header" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
	  document.getElementById('flash').innerHTML = flash;
}