//popup de pesquisa
function popup(url,nome)
{
	newwindow=window.open(url,nome,'height=720,width=450,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,status=no');	
	if (window.focus) {newwindow.focus()}	
}

function popup2(url,nome)
{
	newwindow=window.open(url,nome,'height=720,width=640,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,status=no');	
	if (window.focus) {newwindow.focus()}	
}


function showStatus(sMsg) 
{
    window.status = sMsg ;
    return true ;
}
