function popUp(strURL,strType,strHeight,strWidth) {
	var strOptions="";
	if (strType=="console") strOptions="resizable,scrollbars,height="+strHeight+",width="+strWidth;
	if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;
	if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,resizable,location,height="+strHeight+",width="+strWidth;
	window.open(strURL, 'newWin', strOptions);
}

function makeArray(n) {
this.length=n
for(var i=1; i<=n; i++) {
this[i]=null;
}
return this
}
var nl=null
if (navigator.appVersion.lastIndexOf('Win') !=-1)
{
	nl="\r\n"
}
	else {
	if (navigator.appVersion.lastIndexOf('Mac')
	!=-1) {
	nl="\r"
}
		else {
		nl="\n"
}
}
function Wipe(booj) {
booj.profile.value="View your profile here.";
booj.choice.selectedIndex="0";
}
var zodiac=new makeArray(13);
var aa1="Aries ~ The Ram" + nl + "March 21 to April 20 " + nl + nl + "As an independent thinker, your motto might be:" + nl +nl + "Challenge me.";
var ab1="Taurus ~ The Bull" + nl + "April 21 to May 20 " + nl + nl + "With determination like yours, your motto might be:" +nl +nl + "Press toward the goal." ;
var ac1="Gemini ~ The Twins " + nl + "May 21 to June 21 " + nl + nl + "Inventive and versatile, you motto might be:" + nl + nl + "Dream it, make it happen." ;
var ad1="Cancer ~ The Crab " + nl + "June 22 to July 22 " + nl + nl + "Your sense of self means your motto could be:" + nl + nl + "Know thyself and prosper." ;
var ae1="Leo ~ The Lion " + nl + "July 23 to August 22 " + nl + nl + "Ambitious and strong willed, your motto could be: " + nl + nl + "Ever onward!" ;
var af1="Virgo ~ The Virgin " + nl + "August 23 to September 22 " + nl + nl + "Sensitive and intelligent, your motto could be: " + nl + nl + "Success in teamwork." ;
var ag1="Libra ~ The Scales " + nl + "September 23 to October 22 " + nl + nl + "More civilized than most, your motto could be: " + nl + nl + "Dignity and honor." ;  
var ah1="Scorpio ~ The Scorpion" + nl + "October 23 to November 22 " + nl + nl + "Your quiet intensity means your motto could be: " + nl + nl + "Leadership by example." ;
var ai1="Sagittarius ~ The Archer" + nl + "November 23 to December 21 " + nl + nl + "With your innate positive outlook, your motto could be: " + nl + nl + "Conceive and believe." ;
var aj1="Capricorn ~ The Goat" + nl + "December 23 to January 20 " + nl + nl + "Self-assured and hardworking, your motto might be:" + nl + nl + "Cool, calm and dedicated." ;
var ak1="Aquarius ~ The Water Bearer" + nl + "January 21 to February 19 " + nl + nl + "Your depth of character lends itself to this personal motto: " + nl + nl + "Reflection and growth." ;
var al1="Pisces ~ The Fish" + nl + "February 20 to March 20 " + nl + nl + "Good natured, compassionate and sensitive, your motto might be: " + nl + nl + "All for one, and one for all." ;
zodiac[0]="You must select a zodiac sign.";
zodiac[1]=aa1;
zodiac[2]=ab1;
zodiac[3]=ac1;
zodiac[4]=ad1;
zodiac[5]=ae1;
zodiac[6]=af1;
zodiac[7]=ag1;
zodiac[8]=ah1;
zodiac[9]=ai1;
zodiac[10]=aj1;
zodiac[11]=ak1;
zodiac[12]=al1;

function Giggle(booj) {
if (document.booj.choice.selectedIndex==0) {
document.booj.profile.value="You must select a zodiac sign.";
return
}
var number=document.booj.choice.selectedIndex
document.booj.profile.value=zodiac[number]
}
//-->