function OpenW(strURL) 
{
	window.name = 'WinMain';
/*	cyber = window.open(strURL,'win_detalhes','scrollbars=yes,width=600,height=400',screenX=620,screenY=480);*/
    cyber = window.open(strURL,'pesquisa','left=75,top=55,scrollbars=yes,width=640,height=480')
	if (window.focus)
		cyber.focus();
}

function OpenWEmp(strURL) 
{
	window.name = 'WinMain';
    cyber = window.open(strURL,'pesquisa','left=15,top=30,scrollbars=yes,width=720,height=520')
	if (window.focus)
		cyber.focus();
}

function OpenWEmp2(strURL) 
{
	window.name = 'WinMain';
    cyber = window.open(strURL,'pesquisa','left=15,top=30,scrollbars=yes,width=720,height=480')
	if (window.focus)
		cyber.focus();
}

function OpenW2(strURL) 
{
	window.name = 'WinMain';
/*	cyber = window.open(strURL,'win_detalhes','scrollbars=yes,width=480,height=320',screenX=500,screenY=460);*/
    cyber = window.open(strURL,'pesquisa','left=170,top=8,scrollbars=yes,width=480,height=520')
	if (window.focus)
		cyber.focus();
}


function OpenWXEmp2(strURL) 
{
	window.name = 'WinMain';
    cyber = window.open(strURL,'pesquisa','left=10,top=20,scrollbars=yes,width=770,height=500')
	if (window.focus)
		cyber.focus();
}


