function ShowPhoto(URL) {
var externalWin = null;
externalWin = window.open(URL,'ShowPhoto','toolbar=No,location=No,status=No,scrollbars=No,resizable=No,copyhistory=No,topmargin=0,leftmargin=0,width=528,height=548,top=50,left=50');
}
function ShowPlan(URL) {
var externalWin = null;
externalWin = window.open(URL,'ShowPlan','toolbar=No,location=No,status=No,scrollbars=No,resizable=No,copyhistory=No,topmargin=0,leftmargin=0,width=528,height=548,top=100,left=100');
}
function ShowClip(URL) {
var externalWin = null;
externalWin = window.open(URL,'ShowClip','toolbar=No,location=No,status=No,scrollbars=No,resizable=No,copyhistory=No,topmargin=0,leftmargin=0,width=160,height=184,top=100,left=100');
}

function AA_openBrWindow(theURL) {
var externalWin1 = null;
externalWin1 = window.open(theURL,'FotoA','width=300,height=300,top=0,left=0,Resizable=1');
}