// pop-up
function distribuidor () {
var alturaTela = screen.height;
var larguraTela = screen.width;

if (larguraTela == 640) {
	window.open('../distribuidor/index.asp','hs','height=540,width=806,top=0,left=0,scrollbars=yes,resizable=yes,toolbar=yes,menubar=no');
}

if (larguraTela == 800) {
	window.open('../distribuidor/index.asp','hs','height=540,width=806,top='+(alturaTela-540)/2+',left='+(larguraTela-806)/2+',scrollbars=yes,resizable=yes,toolbar=yes,menubar=no');void(0);
}

if (larguraTela == 1024) {
	window.open('../distribuidor/index.asp','hs','height=540,width=806,top='+(alturaTela-540)/2+',left='+(larguraTela-806)/2+',scrollbars=yes,resizable=yes,toolbar=yes,menubar=no');void(0);
}

if (larguraTela == 1152) {
	window.open('../distribuidor/index.asp','hs','height=540,width=806,top='+(alturaTela-540)/2+',left='+(larguraTela-806)/2+',scrollbars=yes,resizable=yes,toolbar=yes,menubar=no');void(0);
}

if (larguraTela == 1280) {
	window.open('../distribuidor/index.asp','hs','height=540,width=806,top='+(alturaTela-540)/2+',left='+(larguraTela-806)/2+',scrollbars=yes,resizable=yes,toolbar=yes,menubar=no');void(0);
}

else {
	window.open('../distribuidor/index.asp','hs','height=540,width=806,top=0,left=0,scrollbars=yes,resizable=yes,toolbar=yes,menubar=no');void(0);
}

}

// banner alugue
function alugue()
	{
	window.open('/alugue/alugue.asp','alugue','width=591,height=500,top=10,left=10,scrollbars=no');
	} 
