
 function chart_hor()
 		{
		var popurl="horoscope.php";
        window.open( popurl,"","width=550,height=650,resizable=1,scrollbars=1");
     	}

