
function show(idLayer)
{
document.getElementById(idLayer).style.display='block';
}

function hide(idLayer)
{
document.getElementById(idLayer).style.display='none';
}

function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);}

function A_openBrWindow(theURL) {
var externalWin1 = null;
externalWin1 = window.open(theURL,'FotoA','width=300,height=300,top=0,left=0,Resizable=1');
}

function B_openBrWindow(theURL) {
var externalWin3 = null;
externalWin3 = window.open(theURL,'FotoB','width=300,height=300,top=0,left=0,Resizable=1, Scrollbars=1');
}

function Form_Window(theURL) {
var externalWin2 = null;
externalWin2 = window.open(theURL,'Form','width=600,height=450,top=0,left=50,Resizable=1, Scrollbars=1');
}
