function MM_openBrWindow(theURL,winName,features) {
var externalWin1 = null;
externalWin1 = window.open(theURL,'VirtualTour','width=500,height=380,top=20,left=20,Resizable=1');
}
function AA_openBrWindow(theURL) {
var externalWin2 = null;
externalWin2 = window.open(theURL,'Foto','width=300,height=300,top=20,left=20,Resizable=1');
}



