
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function shownewsletter()
{
	document.getElementById("subscribe_box").style.display="block";
}

function hidenewsletter()
{
	document.getElementById("subscribe_box").style.display="none";
	document.getElementById("subscribe_box_msg").style.display="none";
}

function showmsg()
{
	document.getElementById("subscribe_box_msg").style.display="block";
}

function showdetails(getsign)
{
	var strval = "";

	switch(getsign)
	{
		
		case 'Aries': strval ="<b>"+getsign+"<br>Checking with your beauty stars..</b><br>Minimalism is the order of the day. Keep it smart and simple, without overdosing on the lipstick or blush. Sometimes subtlety speaks louder than extravagance.";break;
		case 'Taurus': strval = "<b>"+getsign+"<br>Getting in touch with the beauty cosmos...<br></b>It's time for experimentation! What's the point of having all those fab cosmetics if you're too scared to use them? Get rid of your inhibitions and try 'em out today - you can't live life in the predictable lane forever.";break;
		
		case 'Gemini': strval = "<b>"+getsign+"<br>Consulting the beauty heavens...<br></B>Expenses are going to pile on this month, so do your best to avoid unnecessary spending today! While there's nothing wrong with owning fifteen different mascara wands, maybe you should wait a bit for your finances to settle before you turn into a shopaholic";break;
		case 'Cancer': strval = "<b>"+getsign+"<br>Contacting the beauty gods<br></B>Beauty trends may come and go, but remember to stay important to your true self. It's great to have the latest look, but keep in mind the fact that, at the end of the day, the best person to be is yourself.";break;
		case 'Leo': strval = "<b>"+getsign+"<br>Waiting for an answer from the beauty universe...<br></B>After a week of working hard, it's time to kick back and relax. Dress yourself up and pull out all stops as you step out for a night on the town. Don't be afraid to let yourself shine - after all, you deserve it!";break;
		case 'Virgo': strval = "<b>"+getsign+"<br>Tuning in to the beauty galaxy...<br></B>If you've been feeling like you're stuck in a beauty rut lately, now is the time for metamorphosis. Don't be afraid to take chances and go in a totally different direction - after all, some of the world's most beautiful women are masters of reinvention.";break;

		case 'Libra': strval = "<b>"+getsign+"<br>Checking with your beauty stars...<br></B>Maybe you haven't been feeling very well lately, but all that is about to change! And for the good times that lie ahead, you'll probably need some good old-fashioned retail therapy. So don't be afraid to hold back!";break;
		case 'Scorpio': strval = "<b>"+getsign+"<br>Getting in touch with the beauty cosmos...<br></B>Unexpected things lie ahead, and you'll have to deal with them as they come. Nothing to be afraid of - just be open to possibilities that you may not have considered, and face everything with a smile and plenty of lip gloss!";break;
		
		case 'Sagittarius': strval = "<b>"+getsign+"<br>Consulting the beauty heavens...<br></B>Your friends are always asking you for beauty advice, but maybe it's time that you consulted someone else. This doesn't mean that your style is bad in any way - it's just, it never helps to have an objective opinion from time to time.";break;
		
		case 'Capricorn': strval = "<b>"+getsign+"<br>Contacting the beauty gods...<br></B>Maybe you're an all-natural girl, but it doesn't hurt to try on a little make-up occasionally! Even if it's an evening out with your girlfriends - you'd be surprised at the difference something as small as eyeliner can make!";break;
		
		case 'Aquarius': strval = "<b>"+getsign+"<br>Waiting for an answer from the beauty universe...<br></B>An eclectic experimenter, what makes your style unique is that you don't stick to a single one! With your social calendar filling up rapidly in the coming months, it's time to use that instinct in an even better way when it comes to getting yourself glam for them!";break;
		
		case 'Pisces': strval = "<b>"+getsign+"<br>Tuning in to the beauty galaxy...<br></B>Your confidence has been taking a hit for the past few weeks, but it's now time to fight back! Surround yourself with positive energy, and do whatever it takes to get you feeling great about yourself again!";break;
		
	}
	
	document.getElementById("astro_details").innerHTML = strval;
	document.getElementById("astro_details").style.display="block";
}
function showcoupons()
{
	document.getElementById("coupons_box").style.display="block";
}
function hidecoupons()
{
	document.getElementById("coupons_box").style.display="none";
}



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

