function popup(url)
{
	newwindow=window.open(url,'name','height=500,width=530,status=0,dependent=0,toolbar=0,menuBar=0,scrollbars=yes,resizable=0,scrolling=auto');
	if (window.focus) {newwindow.focus()}
}

function openWindowPopUp(pathImagem,imgName,imgFeatures)
{
	var newWin=window.open('','',imgFeatures); 
	newWin.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>'+imgName+'</title></head>'); 
	newWin.document.write('<body><center><img src="'+pathImagem+'" border=0></center></body></html>'); 
	newWin.document.close(); 
} 

function popup_pq(url)
{
	newwindow=window.open(url,'name','height=250,width=250,status=0,dependent=0,toolbar=0,menuBar=0,scrollbars=yes,resizable=0,scrolling=auto');
	if (window.focus) {newwindow.focus()}
}

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function hideLayer(layer_name) {
document.getElementById(layer_name).style.visibility='hidden';
}

