n=(document.layers) ? true : false;
ie=(document.all)?true:false;
moz=(document.getElementById&&!document.all)?true:false;
ver4 = (n || ie || moz) ? true : false;

var indice=0;
var newWin;

function MM_openBrWindow(theURL) { //v2.0
if(!indice)
{ 
newWin = window.open(theURL,'Selections','width=325,height=260,screenX=100,screenY=100,scrollbars=auto,status=no,resizable=yes,left=100, top=100,alwaysRaised=yes');
indice=1;
}
else
{
newWin.moveTo(100,100);
newWin.focus();
}
}

function ow(theURL,winName,features){
  window.open(theURL,winName,features);
}

function closeall()
{
if(indice)
{ 
	newWin.close();
}
}
