function hv(signo)
{
url="http://www.horoscopovirtual.com.br/horoscopo/?signo=" + signo + "&parceiro=kidnoel";
window.open(url,"hv", "resizable=yes,toolbar=no,location=no,directories=no,status=no, menubar=no,toolbar=no,scrollbars=no,maximized=yes,copyhistory=no,width=370,height=405");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function mudacor(prmThis,prmName)	{
		prmThis.className = prmName;
}

function vaiPara(url) {
window.location = 'contato.php?assunto='+url;
}

function AbreJanelaGaleria(URL) {
  var width = 700;
  var height = 500;
  var left = 50;
  var top = 10;
  window.open(URL, 'ema3', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function abre_popup_comentar(width, height, idc) {
var top; var left;
top = 40;
left = ( (screen.width/2) - (width/2) )
window.open('comentar/index.php?idc='+idc,idc,'width='+width+',height='+height+',scrollbars=no,toolbar=no,location=no,status=yes,menubar=no,resizable=no,left='+left+',top='+top);
}


function abre_popup_imprimir(width, height, idc) {
var top; var left;
top = 40;
left = ( (screen.width/2) - (width/2) )
window.open('imprimir.php?id='+idc,idc,'width='+width+',height='+height+',scrollbars=no,toolbar=no,location=no,status=yes,menubar=no,resizable=no,left='+left+',top='+top);
}

function abre_popup_recomendar(width, height, idc) {
var top; var left;
top = 40;
left = ( (screen.width/2) - (width/2) )
window.open('recomendar.php?id='+idc,idc,'width='+width+',height='+height+',scrollbars=no,toolbar=no,location=no,status=yes,menubar=no,resizable=no,left='+left+',top='+top);
}


 function popup_radio(pagina)	{ //Exibe uma janela popUP
      	x = window.open(pagina,'_blank','dependent=yes,width=320,height=310,scrollbars=no,statusbar=no,resizable=no');
      	//x.moveTo(100,100);
		x.moveTo(window.parent.screenX+50, window.parent.screenY+50);
		return false
     }
