/*ic.js*/

function photoalbum(URLaddress) {
window.open(URLaddress,"photoWindow","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,top=0,left=0,width=650,height=550");
}
function tourlaunch() {
window.open("http://www.imperialcentre.org/tour/tourgui.html","tourWindow","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,top=0,left=0,width=700,height=550");
}
function popup(URLaddress) { window.open(URLaddress,"BldgWindow","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,top=0,left=0,width=525,height=450")
}
function site(UrlAddress) { window.open(UrlAddress,"SiteWindow","toolbar=1,location=0,status=0,menubar=1,scrollbars=1,resizable=0,top=0,left=0,width=700,height=550")
}
function dual(fileName1,fileName2) {
    parent.tour.location.href = fileName1;
    parent.bottom.location.href = fileName2;
}
function triple(fileName1,fileName2,fileName3) {
    parent.tour.location.href = fileName1;
    parent.bottom.location.href = fileName2;
	parent.map.location.href = fileName3;
}
function quad(fileName1,fileName2,fileName3,fileName4) {
    parent.tour.location.href = fileName1;
    parent.bottom.location.href = fileName2;
	parent.map.location.href = fileName3;
	parent.mapbuttons.location.href = fileName4;
}

//end
