	
function go_link(page,width,height){
        if ((width < 1000) && (height < 1000)){
                window.open(page,"go_link", "scrollbars=no,width=" + width + ",height=" + height + ",resizable=no,dependent=yes")
        }
}
function go_link2(page,width,height){
        if ((width < 1000) && (height < 1000)){
                window.open(page,"go_link2", "scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes,dependent=yes")
        }
}
function go_link3(page,width,height){
        if ((width < 1000) && (height < 1000)){
                window.open(page,"go_link3", "toolbar=yes,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes,dependent=yes")
        }
}
/*
href="virtualtour.php?id=R-218"
          onClick="window.open('virtualtour.php?id=R-218', 'virtualshowing',
          'width=385,height=280'); return false;">View Virtual Showing</a>
*/
