Jump to content

Can't get information to line up on web page


victoria

Recommended Posts

I'm new to this forum and new to CSS. I'm working on my website that hasn't been launched yet and I'm having trouble getting information to line up correctly. I have a section on the left of info and a section on the right. The stuff on the right keeps staying below the info on the left rather than lining up horizontally. Since the site isnt' live, I could only post screen shot pics of what I'm talking about. I'm using a CSS style sheet within my Dreamweaver CS4 but I'm overlooking something in the coding that is causing these to not align. Can someone tell me what I should look for as far are a code in the style sheet that would explain why they aren't aligned? Hopefully I've explained this without completely confusing you as much as I already am. :/

 

example2.png

example1.png

Link to comment
Share on other sites

To see what's really going on, we need to see code. If you cannot load your page up somewhere, paste the code here.

 

However, as a guess - likely, the sum of your left and right section are too large to fit next to each other. Try shrinking one a bit and see if things fall into place.

Link to comment
Share on other sites



":""}}
FirstColPos=Nav4?FrstLoc.document:FrstLoc.document.body;
SecColPos=Nav4?ScLoc.document:ScLoc.document.body;
DocColPos=Nav4?DcLoc.document:ScLoc.document.body;
if (TakeOverBgColor)FirstColPos.bgColor=AcrssFrms?SecColPos.bgColor:DocColPos.bgColor;
if(MenuCentered=='justify'&&FirstLineHorizontal)ClcJus();
if(FrstCreat){
FrstCntnr=CreateMenuStructure('Menu',NoOffFirstLineMenus);
FrstCreat=AcrssFrms?0:1}
else CreateMenuStructureAgain('Menu',NoOffFirstLineMenus);
if(TargetLoc)ClcTrgt();
if(MenuCentered)ClcLft();
if(MenuVerticalCentered)ClcTp();
PosMenu(FrstCntnr,StartTop,StartLeft);
IniFlg=1;
Initiate();
Creatd=1;
if (AcrssFrms) //Added for Opera
{ //Added for Opera
ScLdAgainWin=ExpYes?ScLoc.document.body:ScLoc;
ScLdAgainWin.onunload=UnLoaded;
} //Added for Opera
Trigger.onresize=Nav4?ReDoWhole:RePos;
AfterBuild();
if(MenuVerticalCentered=='static'&&!AcrssFrms)setInterval('KeepPos()',250);
status='Menu ready for use'}

function KeepPos(){
// var TS=ExpYes?FrstLoc.document.body.scrollTop:FrstLoc.pageYOffset;
var TS= typeof FrstLoc.pageYOffset != 'undefined' ?
FrstLoc.pageYOffset :
FrstLoc.document.documentElement &&
FrstLoc.document.documentElement.scrollTop ?
FrstLoc.document.documentElement.scrollTop :
FrstLoc.document.body.scrollTop;
if(TS!=StaticPos){
var FCStyle=Nav4?FrstCntnr:FrstCntnr.style;
FrstCntnr.OrgTop=StartTop+TS;FCStyle.top=FrstCntnr.OrgTop+'px';StaticPos=TS}}

function ClcJus(){
var a=BorderBtwnElmnts?1:2,b=BorderBtwnElmnts?BorderWidth:0;
var Size=Math.round(((FrstWinWdth-a*BorderWidth)/NoOffFirstLineMenus)-B),i,j;
for(i=1;i StartLeft=0}

function ClcTrgt(){
var TLoc=Nav4?FrstLoc.document.layers[TargetLoc]:DomYes?FrstLoc.document.getElementById(TargetLoc):FrstLoc.document.all[TargetLoc];
StartTop=M_StrtTp;
StartLeft=M_StrtLft;
if(DomYes){
while(TLoc){StartTop+=TLoc.offsetTop;StartLeft+=TLoc.offsetLeft;TLoc=TLoc.offsetParent}}
else{ StartTop+=Nav4?TLoc.pageY:TLoc.offsetTop;StartLeft+=Nav4?TLoc.pageX:TLoc.offsetLeft}}

function ClcLft(){
if(MenuCentered!='left'&&MenuCentered!='justify'){
var Size=FrstWinWdth-(!Nav4?parseInt(FrstCntnr.style.width):FrstCntnr.clip.width);
StartLeft=M_StrtLft;
StartLeft+=MenuCentered=='right'?Size:Size/2}}

function ClcTp(){
if(MenuVerticalCentered!='top'&&MenuVerticalCentered!='static'){
var Size=FrstWinHght-(!Nav4?parseInt(FrstCntnr.style.height):FrstCntnr.clip.height);
StartTop=M_StrtTp;
StartTop+=MenuVerticalCentered=='bottom'?Size:Size/2}}

function PosMenu(CntnrPntr,Tp,Lt){
var Topi,Lefti,Hori;
var Cntnr=CntnrPntr;
var Mmbr=Cntnr.FrstMbr;
var CntnrStyle=!Nav4?Cntnr.style:Cntnr;
var MmbrStyle=!Nav4?Mmbr.style:Mmbr;
var PadL=Mmbr.value.indexOf('<')==-1?LftXtra:0;
var PadT=Mmbr.value.indexOf('<')==-1?TpXtra:0;
var MmbrWt=!Nav4?parseInt(MmbrStyle.width)+PadL:MmbrStyle.clip.width;
var MmbrHt=!Nav4?parseInt(MmbrStyle.height)+PadT:MmbrStyle.clip.height;
var CntnrWt=!Nav4?parseInt(CntnrStyle.width):CntnrStyle.clip.width;
var CntnrHt=!Nav4?parseInt(CntnrStyle.height):CntnrStyle.clip.height;
var SubTp,SubLt;
RcrsLvl++;
if (RcrsLvl==1 && AcrssFrms)!MenuFramesVertical?Tp=FrstWinHght-CntnrHt+(Nav4?4:0):Lt=RightToLeft?0:FrstWinWdth-CntnrWt+(Nav4?4:0);
if (RcrsLvl==2 && AcrssFrms)!MenuFramesVertical?Tp=0:Lt=RightToLeft?ScWinWdth-CntnrWt:0;
if (RcrsLvl==2 && AcrssFrms){Tp+=VerCorrect;Lt+=HorCorrect}
CntnrStyle.top=RcrsLvl==1?Tp+'px':0;
Cntnr.OrgTop=Tp;
CntnrStyle.left=RcrsLvl==1?Lt+'px':0;
Cntnr.OrgLeft=Lt;
if (RcrsLvl==1 && FirstLineHorizontal){
Hori=1;Lefti=CntnrWt-MmbrWt-2*BorderWidth;Topi=0}
else{ Hori=Lefti=0;Topi=CntnrHt-MmbrHt-2*BorderWidth}
while(Mmbr!=null){
MmbrStyle.left=Lefti+BorderWidth+'px';
MmbrStyle.top=Topi+BorderWidth+'px';
if(Nav4)Mmbr.CmdLyr.moveTo(Lefti+BorderWidth,Topi+BorderWidth);
if(Mmbr.ChildCntnr){
if(RightToLeft)ChldCntnrWdth=Nav4?Mmbr.ChildCntnr.clip.width:parseInt(Mmbr.ChildCntnr.style.width);
if(Hori){ SubTp=Topi+MmbrHt+2*BorderWidth;
SubLt=RightToLeft?Lefti+MmbrWt-ChldCntnrWdth:Lefti}
else{ SubLt=RightToLeft?Lefti-ChldCntnrWdth+ChildOverlap*MmbrWt+BorderWidth:Lefti+(1-ChildOverlap)*MmbrWt+BorderWidth;
SubTp=RcrsLvl==1&&AcrssFrms?Topi:Topi+ChildVerticalOverlap*MmbrHt}
PosMenu(Mmbr.ChildCntnr,SubTp,SubLt)}
Mmbr=Mmbr.PrvMbr;
if(Mmbr){ MmbrStyle=!Nav4?Mmbr.style:Mmbr;
PadL=Mmbr.value.indexOf('<')==-1?LftXtra:0;
PadT=Mmbr.value.indexOf('<')==-1?TpXtra:0;
MmbrWt=!Nav4?parseInt(MmbrStyle.width)+PadL:MmbrStyle.clip.width;
MmbrHt=!Nav4?parseInt(MmbrStyle.height)+PadT:MmbrStyle.clip.height;
Hori?Lefti-=BorderBtwnElmnts?(MmbrWt+BorderWidth):(MmbrWt):Topi-=BorderBtwnElmnts?(MmbrHt+BorderWidth):(MmbrHt)}}
RcrsLvl--}

function Initiate(){
if(IniFlg){ Init(FrstCntnr);IniFlg=0;
if(ShwFlg)AfterCloseAll();ShwFlg=0}}

function Init(CntnrPntr){
var Mmbr=CntnrPntr.FrstMbr;
var MCStyle=Nav4?CntnrPntr:CntnrPntr.style;
RcrsLvl++;
MCStyle.visibility=RcrsLvl==1?M_Show:M_Hide;
while(Mmbr!=null){
if(Mmbr.Hilite){Mmbr.Hilite=0;if(KeepHilite)LowItem(Mmbr)}
if(Mmbr.ChildCntnr) Init(Mmbr.ChildCntnr);
Mmbr=Mmbr.PrvMbr}
RcrsLvl--}

function ClearAllChilds(Pntr){
var CPCCStyle;
while (Pntr){
if(Pntr.Hilite){
Pntr.Hilite=0;
if(KeepHilite)LowItem(Pntr);
if(Pntr.ChildCntnr){
CPCCStyle=Nav4?Pntr.ChildCntnr:Pntr.ChildCntnr.style;
CPCCStyle.visibility=M_Hide;
ClearAllChilds(Pntr.ChildCntnr.FrstMbr)}
break}
Pntr=Pntr.PrvMbr}}

function GoTo(){
if(this.LinkTxt){
status='';
var HP=Nav4?this.LowLyr:this;
LowItem(HP);
this.LinkTxt.indexOf('javascript:')!=-1?eval(this.LinkTxt):DcLoc.location.href=this.LinkTxt}}

function HiliteItem(P){
if(Nav4){
if(P.ro)P.document.images[P.rid].src=P.ri2;
else{ if(P.HiBck)P.bgColor=P.HiBck;
if(P.value.indexOf(' P.document.write(P.Ovalue);
P.document.close()}}}
else{ if(P.ro){ var Lc=P.Level==1?FrstLoc:ScLoc;
Lc.document.images[P.rid].src=P.ri2}
else{ if(P.HiBck)P.style.backgroundColor=P.HiBck;
if(P.HiFntClr)P.style.color=P.HiFntClr}}
P.Hilite=1}

function LowItem(P){
if(P.ro){ if(Nav4)P.document.images[P.rid].src=P.ri1;
else{ var Lc=P.Level==1?FrstLoc:ScLoc;
Lc.document.images[P.rid].src=P.ri1}}
else{ if(Nav4){ if(P.LoBck)P.bgColor=P.LoBck;
if(P.value.indexOf(' P.document.write(P.value);
P.document.close()}}
else{ if(P.LoBck)P.style.backgroundColor=P.LoBck;
if(P.LwFntClr)P.style.color=P.LwFntClr}}}

function OpenMenu(){
if(!Loadd||!Creatd) return;
var TpScrlld=ExpYes?ScLoc.document.body.scrollTop:ScLoc.pageYOffset;
var LScrlld=ExpYes?ScLoc.document.body.scrollLeft:ScLoc.pageXOffset;
var CCnt=Nav4?this.LowLyr.ChildCntnr:this.ChildCntnr;
var ThisHt=Nav4?this.clip.height:parseInt(this.style.height);
var ThisWt=Nav4?this.clip.width:parseInt(this.style.width);
var ThisLft=AcrssFrms&&this.Level==1&&!FirstLineHorizontal?0:Nav4?this.Container.left:parseInt(this.Container.style.left);
var ThisTp=AcrssFrms&&this.Level==1&&FirstLineHorizontal?0:Nav4?this.Container.top:parseInt(this.Container.style.top);
var HP=Nav4?this.LowLyr:this;
CurrntOvr=this;
IniFlg=0;
ClearAllChilds(this.Container.FrstMbr);
HiliteItem(HP);
if(CCnt!=null){
if(!ShwFlg){ShwFlg=1; BeforeFirstOpen()}
var CCW=Nav4?this.LowLyr.ChildCntnr.clip.width:parseInt(this.ChildCntnr.style.width);
var CCH=Nav4?this.LowLyr.ChildCntnr.clip.height:parseInt(this.ChildCntnr.style.height);
var ChCntTL=Nav4?this.LowLyr.ChildCntnr:this.ChildCntnr.style;
var SubLt=AcrssFrms&&this.Level==1?CCnt.OrgLeft+ThisLft+LScrlld:CCnt.OrgLeft+ThisLft;
var SubTp=AcrssFrms&&this.Level==1?CCnt.OrgTop+ThisTp+TpScrlld:CCnt.OrgTop+ThisTp;
if(MenuWrap){
if(RightToLeft){
if(SubLt if(SubLt+CCW>ScWinWdth+LScrlld)SubLt=ScWinWdth+LScrlld-CCW}
else{ if(SubLt+CCW>ScWinWdth+LScrlld)SubLt=this.Level==1?ScWinWdth+LScrlld-CCW:SubLt-(CCW+(1-2*ChildOverlap)*ThisWt);
if(SubLt if(SubTp+CCH>TpScrlld+ScWinHght)SubTp=this.Level==1?SubTp=TpScrlld+ScWinHght-CCH:SubTp-CCH+(1-2*ChildVerticalOverlap)*ThisHt;
if(SubTp ChCntTL.top=SubTp+'px';ChCntTL.left=SubLt+'px';ChCntTL.visibility=M_Show}
status=this.LinkTxt}

function OpenMenuClick(){
if(!Loadd||!Creatd) return;
var HP=Nav4?this.LowLyr:this;
CurrntOvr=this;
IniFlg=0;
ClearAllChilds(this.Container.FrstMbr);
HiliteItem(HP);
status=this.LinkTxt}

function CloseMenu(){
if(!Loadd||!Creatd) return;
if(!KeepHilite){
var HP=Nav4?this.LowLyr:this;
LowItem(HP)}
status='';
if(this==CurrntOvr){
IniFlg=1;
if(CloseTmr)clearTimeout(CloseTmr);
CloseTmr=setTimeout('Initiate(CurrntOvr)',DissapearDelay)}}

function CntnrSetUp(Wdth,Hght,NoOff){
var x=RcrsLvl==1?BorderColor:BorderSubColor;
this.FrstMbr=null;
this.OrgLeft=this.OrgTop=0;
if(x)this.bgColor=x;
if(Nav4){ this.visibility='hide';
this.resizeTo(Wdth,Hght)}
else{ if(x)this.style.backgroundColor=x;
this.style.width=Wdth+'px';
this.style.height=Hght+'px';
this.style.fontFamily=FontFamily;
this.style.fontWeight=FontBold?'bold':'normal';
this.style.fontStyle=FontItalic?'italic':'normal';
this.style.fontSize=FontSize+'pt';
this.style.zIndex=RcrsLvl+Ztop}}

function MbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){
var Location=RcrsLvl==1?FrstLoc:ScLoc;
var MemVal=eval(WhatMenu+'[0]');
var t,T,L,W,H,S;
var a,b,c,d;
this.PrvMbr=PrMmbr;
this.Level=RcrsLvl;
this.LinkTxt=eval(WhatMenu+'[1]');
this.Container=MmbrCntnr;
this.ChildCntnr=null;
this.Hilite=0;
this.style.overflow='hidden';
this.style.cursor=ExpYes&&(this.LinkTxt||(RcrsLvl==1&&UnfoldsOnClick))?'pointer':'default';
this.ro=0;
if(MemVal.indexOf('rollover')!=-1){
this.ro=1;
this.ri1=MemVal.substring(MemVal.indexOf(':')+1,MemVal.lastIndexOf(':'));
this.ri2=MemVal.substring(MemVal.lastIndexOf(':')+1,MemVal.length);
this.rid=WhatMenu+'i';MemVal=""+this.ri1+""}
this.value=MemVal;
if(RcrsLvl==1){
a=LowBgColor;
b=HighBgColor;
c=FontLowColor;
d=FontHighColor}
else{ a=LowSubBgColor;
b=HighSubBgColor;
c=FontSubLowColor;
d=FontSubHighColor}
this.LoBck=a;
this.LwFntClr=c;
this.HiBck=b;
this.HiFntClr=d;
this.style.color=this.LwFntClr;
if(this.LoBck)this.style.backgroundColor=this.LoBck;
this.style.textAlign=MenuTextCentered;
if(eval(WhatMenu+'[2]'))this.style.backgroundImage="url(\'"+eval(WhatMenu+'[2]')+"\')";
if(MemVal.indexOf('<')==-1){
this.style.width=Wdth-LftXtra+'px';
this.style.height=Hght-TpXtra+'px';
this.style.paddingLeft=LeftPaddng+'px';
this.style.paddingTop=TopPaddng+'px'}
else{ this.style.width=Wdth+'px';
this.style.height=Hght+'px'}
if(MemVal.indexOf('<')==-1&&DomYes){
t=Location.document.createTextNode(MemVal);
this.appendChild(t)}
else this.innerHTML=MemVal;
if(eval(WhatMenu+'[3]')&&ShowArrow){
a=RcrsLvl==1&&FirstLineHorizontal?3:RightToLeft?6:0;
S=Arrws[a];
W=Arrws[a+1];
H=Arrws[a+2];
T=RcrsLvl==1&&FirstLineHorizontal?Hght-H-2:(Hght-H)/2;
L=RightToLeft?2:Wdth-W-2;
if(DomYes){

t=Location.document.createElement('img');
this.appendChild(t);
t.style.position='absolute';
t.src=S;

t.style.width=W+'px';
t.style.height=H+'px';
t.style.top=T+'px';
t.style.left=L+'px'}
else{ MemVal+="
"+S+"
";
this.innerHTML=MemVal}}
if(ExpYes){this.onselectstart=CnclSlct;
this.onmouseover=RcrsLvl==1&&UnfoldsOnClick?OpenMenuClick:OpenMenu;
this.onmouseout=CloseMenu;
this.onclick=RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?OpenMenu:GoTo }
else{ RcrsLvl==1&&UnfoldsOnClick?this.addEventListener('mouseover',OpenMenuClick,false):this.addEventListener('mouseover',OpenMenu,false);
this.addEventListener('mouseout',CloseMenu,false);
RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?this.addEventListener('click',OpenMenu,false):this.addEventListener('click',GoTo,false)}}

function NavMbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){
var a,b,c,d;
if(RcrsLvl==1){
a=LowBgColor;
b=HighBgColor;
c=FontLowColor;
d=FontHighColor}
else { a=LowSubBgColor;
b=HighSubBgColor;
c=FontSubLowColor;
d=FontSubHighColor }
this.value=eval(WhatMenu+'[0]');
this.ro=0;
if(this.value.indexOf('rollover')!=-1){
this.ro=1;
this.ri1=this.value.substring(this.value.indexOf(':')+1,this.value.lastIndexOf(':'));
this.ri2=this.value.substring(this.value.lastIndexOf(':')+1,this.value.length);
this.rid=WhatMenu+'i';this.value=""+this.ri1+""}
if(LeftPaddng&&this.value.indexOf('<')==-1&&MenuTextCentered=='left')this.value='&nbsp\;'+this.value;
if(FontBold)this.value=this.value.bold();
if(FontItalic)this.value=this.value.italics();
this.Ovalue=this.value;
this.value=this.value.fontcolor(c);
this.Ovalue=this.Ovalue.fontcolor(d);
this.value=CntrTxt+""+this.value+TxtClose;
this.Ovalue=CntrTxt+""+this.Ovalue+TxtClose;
this.LoBck=a;
this.HiBck=b;
this.ChildCntnr=null;
this.PrvMbr=PrMmbr;
this.Hilite=0;
this.visibility='inherit';
if(this.LoBck)this.bgColor=this.LoBck;
this.resizeTo(Wdth,Hght);
if(!AcrssFrms&&eval(WhatMenu+'[2]'))this.background.src=eval(WhatMenu+'[2]');
this.document.write(this.value);
this.document.close();
this.CmdLyr=new Layer(Wdth,MmbrCntnr);
this.CmdLyr.Level=RcrsLvl;
this.CmdLyr.LinkTxt=eval(WhatMenu+'[1]');
this.CmdLyr.visibility='inherit';
this.CmdLyr.onmouseover=RcrsLvl==1&&UnfoldsOnClick?OpenMenuClick:OpenMenu;
this.CmdLyr.onmouseout=CloseMenu;
this.CmdLyr.captureEvents(Event.MOUSEUP);
this.CmdLyr.onmouseup=RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?OpenMenu:GoTo;
this.CmdLyr.LowLyr=this;
this.CmdLyr.resizeTo(Wdth,Hght);
this.CmdLyr.Container=MmbrCntnr;
if(eval(WhatMenu+'[3]')&&ShowArrow){
a=RcrsLvl==1&&FirstLineHorizontal?3:RightToLeft?6:0;
this.CmdLyr.ImgLyr=new Layer(Arrws[a+1],this.CmdLyr);
this.CmdLyr.ImgLyr.visibility='inherit';
this.CmdLyr.ImgLyr.top=RcrsLvl==1&&FirstLineHorizontal?Hght-Arrws[a+2]-2:(Hght-Arrws[a+2])/2;
this.CmdLyr.ImgLyr.left=RightToLeft?2:Wdth-Arrws[a+1]-2;
this.CmdLyr.ImgLyr.width=Arrws[a+1];
this.CmdLyr.ImgLyr.height=Arrws[a+2];
ImgStr=""+Arrws[a]+"";
this.CmdLyr.ImgLyr.document.write(ImgStr);
this.CmdLyr.ImgLyr.document.close()}}

function CreateMenuStructure(MName,NumberOf){
RcrsLvl++;
var i,NoOffSubs,Mbr,Wdth=0,Hght=0;
var PrvMmbr=null;
var WMnu=MName+'1';
var MenuWidth=eval(WMnu+'[5]');
var MenuHeight=eval(WMnu+'[4]');
var Location=RcrsLvl==1?FrstLoc:ScLoc;
if (RcrsLvl==1&&FirstLineHorizontal){
for(i=1;i WMnu=MName+eval(i);
Wdth=eval(WMnu+'[5]')?Wdth+eval(WMnu+'[5]'):Wdth+MenuWidth}
Wdth=BorderBtwnElmnts?Wdth+(NumberOf+1)*BorderWidth:Wdth+2*BorderWidth;Hght=MenuHeight+2*BorderWidth}
else{ for(i=1;i WMnu=MName+eval(i);
Hght=eval(WMnu+'[4]')?Hght+eval(WMnu+'[4]'):Hght+MenuHeight}
Hght=BorderBtwnElmnts?Hght+(NumberOf+1)*BorderWidth:Hght+2*BorderWidth;Wdth=MenuWidth+2*BorderWidth}
if(DomYes){
var MmbrCntnr=Location.document.createElement("div");
MmbrCntnr.style.position='absolute';
MmbrCntnr.style.visibility='hidden';
Location.document.body.appendChild(MmbrCntnr)}
else{ if(Nav4) var MmbrCntnr=new Layer(Wdth,Location)
else{ WMnu+='c';
Location.document.body.insertAdjacentHTML("AfterBegin","
<\/div>");
var MmbrCntnr=Location.document.all[WMnu]}}
MmbrCntnr.SetUp=CntnrSetUp;
MmbrCntnr.SetUp(Wdth,Hght,NumberOf);
if(Exp4){ MmbrCntnr.InnerString='';
for(i=1;i WMnu=MName+eval(i);
MmbrCntnr.InnerString+="
<\/div>"}
MmbrCntnr.innerHTML=MmbrCntnr.InnerString}
for(i=1;i WMnu=MName+eval(i);
NoOffSubs=eval(WMnu+'[3]');
Wdth=RcrsLvl==1&&FirstLineHorizontal?eval(WMnu+'[5]')?eval(WMnu+'[5]'):MenuWidth:MenuWidth;
Hght=RcrsLvl==1&&FirstLineHorizontal?MenuHeight:eval(WMnu+'[4]')?eval(WMnu+'[4]'):MenuHeight;
if(DomYes){
Mbr=Location.document.createElement("div");
Mbr.style.position='absolute';
Mbr.style.visibility='inherit';
MmbrCntnr.appendChild(Mbr)}
else Mbr=Nav4?new Layer(Wdth,MmbrCntnr):Location.document.all[WMnu];
Mbr.SetUp=Nav4?NavMbrSetUp:MbrSetUp;
Mbr.SetUp(MmbrCntnr,PrvMmbr,WMnu,Wdth,Hght);
if(NoOffSubs) Mbr.ChildCntnr=CreateMenuStructure(WMnu+'_',NoOffSubs);
PrvMmbr=Mbr}
MmbrCntnr.FrstMbr=Mbr;
RcrsLvl--;
return(MmbrCntnr)}

function CreateMenuStructureAgain(MName,NumberOf){
var i,WMnu,NoOffSubs,PrvMmbr,Mbr=FrstCntnr.FrstMbr;
RcrsLvl++;
for(i=NumberOf;i>0;i--){
WMnu=MName+eval(i);
NoOffSubs=eval(WMnu+'[3]');
PrvMmbr=Mbr;
if(NoOffSubs)Mbr.ChildCntnr=CreateMenuStructure(WMnu+'_',NoOffSubs);
Mbr=Mbr.PrvMbr}
RcrsLvl--}

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}











top_bg1.jpg
top_bg2.jpgtop_bg3.jpg












lp_wel.jpg


Hi, my name is Victoria and I have a skin care secret. I'm so excited to share with you the
latest in anti-aging skin care. Women have begun to shed years from their faces without
surgery or invasive and expensive techniques, and yet their secrets have been well kept,
until now. This amazing skin care line was created by a company called Beauty Society
(formerly known as Intuit Beauty). They have created esthetician quality products at
affordable prices for both women and men.


lp_read.jpg







lp_our.jpg
Beauty Society's product line is absolutely superior. Each and every product we offer reaches for the absolute highest bar-in quality, performance, safety, and overall impact on the world.

All of our products are irritant-free, cruelty-free, fragrance-free, environmentally-friendly and dermatologist-tested. We promise every ingredient in our formulas are properly stabilized and used at the required percentages to produce the absolute best results.

Beauty Society will teach you the necessary steps to fabulous skin for life. Beauty Society feels that it is important that you know what to use on your skin, and understand why.

uppermost quality and effective ingredients at the highest levels.





lp_ser.jpg

lp_women.jpg





To complement our incredibly popular Enormous Lash eyelash conditioner, we are thrilled to announce the launch of three exciting new products each containing our patent-pending Enormous Lash formula ingredients. These products each help to strengthen & condition your lashes & brows while helping you look simply smashing. You don't want to miss out on these fantastic products! All backed by Beauty Society's 100% satisfaction money-back guarantee... it doesn't get any better than this!



lp_read.jpg





 



 































Link to comment
Share on other sites



":""}}
FirstColPos=Nav4?FrstLoc.document:FrstLoc.document.body;
SecColPos=Nav4?ScLoc.document:ScLoc.document.body;
DocColPos=Nav4?DcLoc.document:ScLoc.document.body;
if (TakeOverBgColor)FirstColPos.bgColor=AcrssFrms?SecColPos.bgColor:DocColPos.bgColor;
if(MenuCentered=='justify'&&FirstLineHorizontal)ClcJus();
if(FrstCreat){
FrstCntnr=CreateMenuStructure('Menu',NoOffFirstLineMenus);
FrstCreat=AcrssFrms?0:1}
else CreateMenuStructureAgain('Menu',NoOffFirstLineMenus);
if(TargetLoc)ClcTrgt();
if(MenuCentered)ClcLft();
if(MenuVerticalCentered)ClcTp();
PosMenu(FrstCntnr,StartTop,StartLeft);
IniFlg=1;
Initiate();
Creatd=1;
if (AcrssFrms) //Added for Opera
{ //Added for Opera
ScLdAgainWin=ExpYes?ScLoc.document.body:ScLoc;
ScLdAgainWin.onunload=UnLoaded;
} //Added for Opera
Trigger.onresize=Nav4?ReDoWhole:RePos;
AfterBuild();
if(MenuVerticalCentered=='static'&&!AcrssFrms)setInterval('KeepPos()',250);
status='Menu ready for use'}

function KeepPos(){
// var TS=ExpYes?FrstLoc.document.body.scrollTop:FrstLoc.pageYOffset;
var TS= typeof FrstLoc.pageYOffset != 'undefined' ?
FrstLoc.pageYOffset :
FrstLoc.document.documentElement &&
FrstLoc.document.documentElement.scrollTop ?
FrstLoc.document.documentElement.scrollTop :
FrstLoc.document.body.scrollTop;
if(TS!=StaticPos){
var FCStyle=Nav4?FrstCntnr:FrstCntnr.style;
FrstCntnr.OrgTop=StartTop+TS;FCStyle.top=FrstCntnr.OrgTop+'px';StaticPos=TS}}

function ClcJus(){
var a=BorderBtwnElmnts?1:2,b=BorderBtwnElmnts?BorderWidth:0;
var Size=Math.round(((FrstWinWdth-a*BorderWidth)/NoOffFirstLineMenus)-B),i,j;
for(i=1;i StartLeft=0}

function ClcTrgt(){
var TLoc=Nav4?FrstLoc.document.layers[TargetLoc]:DomYes?FrstLoc.document.getElementById(TargetLoc):FrstLoc.document.all[TargetLoc];
StartTop=M_StrtTp;
StartLeft=M_StrtLft;
if(DomYes){
while(TLoc){StartTop+=TLoc.offsetTop;StartLeft+=TLoc.offsetLeft;TLoc=TLoc.offsetParent}}
else{ StartTop+=Nav4?TLoc.pageY:TLoc.offsetTop;StartLeft+=Nav4?TLoc.pageX:TLoc.offsetLeft}}

function ClcLft(){
if(MenuCentered!='left'&&MenuCentered!='justify'){
var Size=FrstWinWdth-(!Nav4?parseInt(FrstCntnr.style.width):FrstCntnr.clip.width);
StartLeft=M_StrtLft;
StartLeft+=MenuCentered=='right'?Size:Size/2}}

function ClcTp(){
if(MenuVerticalCentered!='top'&&MenuVerticalCentered!='static'){
var Size=FrstWinHght-(!Nav4?parseInt(FrstCntnr.style.height):FrstCntnr.clip.height);
StartTop=M_StrtTp;
StartTop+=MenuVerticalCentered=='bottom'?Size:Size/2}}

function PosMenu(CntnrPntr,Tp,Lt){
var Topi,Lefti,Hori;
var Cntnr=CntnrPntr;
var Mmbr=Cntnr.FrstMbr;
var CntnrStyle=!Nav4?Cntnr.style:Cntnr;
var MmbrStyle=!Nav4?Mmbr.style:Mmbr;
var PadL=Mmbr.value.indexOf('<')==-1?LftXtra:0;
var PadT=Mmbr.value.indexOf('<')==-1?TpXtra:0;
var MmbrWt=!Nav4?parseInt(MmbrStyle.width)+PadL:MmbrStyle.clip.width;
var MmbrHt=!Nav4?parseInt(MmbrStyle.height)+PadT:MmbrStyle.clip.height;
var CntnrWt=!Nav4?parseInt(CntnrStyle.width):CntnrStyle.clip.width;
var CntnrHt=!Nav4?parseInt(CntnrStyle.height):CntnrStyle.clip.height;
var SubTp,SubLt;
RcrsLvl++;
if (RcrsLvl==1 && AcrssFrms)!MenuFramesVertical?Tp=FrstWinHght-CntnrHt+(Nav4?4:0):Lt=RightToLeft?0:FrstWinWdth-CntnrWt+(Nav4?4:0);
if (RcrsLvl==2 && AcrssFrms)!MenuFramesVertical?Tp=0:Lt=RightToLeft?ScWinWdth-CntnrWt:0;
if (RcrsLvl==2 && AcrssFrms){Tp+=VerCorrect;Lt+=HorCorrect}
CntnrStyle.top=RcrsLvl==1?Tp+'px':0;
Cntnr.OrgTop=Tp;
CntnrStyle.left=RcrsLvl==1?Lt+'px':0;
Cntnr.OrgLeft=Lt;
if (RcrsLvl==1 && FirstLineHorizontal){
Hori=1;Lefti=CntnrWt-MmbrWt-2*BorderWidth;Topi=0}
else{ Hori=Lefti=0;Topi=CntnrHt-MmbrHt-2*BorderWidth}
while(Mmbr!=null){
MmbrStyle.left=Lefti+BorderWidth+'px';
MmbrStyle.top=Topi+BorderWidth+'px';
if(Nav4)Mmbr.CmdLyr.moveTo(Lefti+BorderWidth,Topi+BorderWidth);
if(Mmbr.ChildCntnr){
if(RightToLeft)ChldCntnrWdth=Nav4?Mmbr.ChildCntnr.clip.width:parseInt(Mmbr.ChildCntnr.style.width);
if(Hori){ SubTp=Topi+MmbrHt+2*BorderWidth;
SubLt=RightToLeft?Lefti+MmbrWt-ChldCntnrWdth:Lefti}
else{ SubLt=RightToLeft?Lefti-ChldCntnrWdth+ChildOverlap*MmbrWt+BorderWidth:Lefti+(1-ChildOverlap)*MmbrWt+BorderWidth;
SubTp=RcrsLvl==1&&AcrssFrms?Topi:Topi+ChildVerticalOverlap*MmbrHt}
PosMenu(Mmbr.ChildCntnr,SubTp,SubLt)}
Mmbr=Mmbr.PrvMbr;
if(Mmbr){ MmbrStyle=!Nav4?Mmbr.style:Mmbr;
PadL=Mmbr.value.indexOf('<')==-1?LftXtra:0;
PadT=Mmbr.value.indexOf('<')==-1?TpXtra:0;
MmbrWt=!Nav4?parseInt(MmbrStyle.width)+PadL:MmbrStyle.clip.width;
MmbrHt=!Nav4?parseInt(MmbrStyle.height)+PadT:MmbrStyle.clip.height;
Hori?Lefti-=BorderBtwnElmnts?(MmbrWt+BorderWidth):(MmbrWt):Topi-=BorderBtwnElmnts?(MmbrHt+BorderWidth):(MmbrHt)}}
RcrsLvl--}

function Initiate(){
if(IniFlg){ Init(FrstCntnr);IniFlg=0;
if(ShwFlg)AfterCloseAll();ShwFlg=0}}

function Init(CntnrPntr){
var Mmbr=CntnrPntr.FrstMbr;
var MCStyle=Nav4?CntnrPntr:CntnrPntr.style;
RcrsLvl++;
MCStyle.visibility=RcrsLvl==1?M_Show:M_Hide;
while(Mmbr!=null){
if(Mmbr.Hilite){Mmbr.Hilite=0;if(KeepHilite)LowItem(Mmbr)}
if(Mmbr.ChildCntnr) Init(Mmbr.ChildCntnr);
Mmbr=Mmbr.PrvMbr}
RcrsLvl--}

function ClearAllChilds(Pntr){
var CPCCStyle;
while (Pntr){
if(Pntr.Hilite){
Pntr.Hilite=0;
if(KeepHilite)LowItem(Pntr);
if(Pntr.ChildCntnr){
CPCCStyle=Nav4?Pntr.ChildCntnr:Pntr.ChildCntnr.style;
CPCCStyle.visibility=M_Hide;
ClearAllChilds(Pntr.ChildCntnr.FrstMbr)}
break}
Pntr=Pntr.PrvMbr}}

function GoTo(){
if(this.LinkTxt){
status='';
var HP=Nav4?this.LowLyr:this;
LowItem(HP);
this.LinkTxt.indexOf('javascript:')!=-1?eval(this.LinkTxt):DcLoc.location.href=this.LinkTxt}}

function HiliteItem(P){
if(Nav4){
if(P.ro)P.document.images[P.rid].src=P.ri2;
else{ if(P.HiBck)P.bgColor=P.HiBck;
if(P.value.indexOf(' P.document.write(P.Ovalue);
P.document.close()}}}
else{ if(P.ro){ var Lc=P.Level==1?FrstLoc:ScLoc;
Lc.document.images[P.rid].src=P.ri2}
else{ if(P.HiBck)P.style.backgroundColor=P.HiBck;
if(P.HiFntClr)P.style.color=P.HiFntClr}}
P.Hilite=1}

function LowItem(P){
if(P.ro){ if(Nav4)P.document.images[P.rid].src=P.ri1;
else{ var Lc=P.Level==1?FrstLoc:ScLoc;
Lc.document.images[P.rid].src=P.ri1}}
else{ if(Nav4){ if(P.LoBck)P.bgColor=P.LoBck;
if(P.value.indexOf(' P.document.write(P.value);
P.document.close()}}
else{ if(P.LoBck)P.style.backgroundColor=P.LoBck;
if(P.LwFntClr)P.style.color=P.LwFntClr}}}

function OpenMenu(){
if(!Loadd||!Creatd) return;
var TpScrlld=ExpYes?ScLoc.document.body.scrollTop:ScLoc.pageYOffset;
var LScrlld=ExpYes?ScLoc.document.body.scrollLeft:ScLoc.pageXOffset;
var CCnt=Nav4?this.LowLyr.ChildCntnr:this.ChildCntnr;
var ThisHt=Nav4?this.clip.height:parseInt(this.style.height);
var ThisWt=Nav4?this.clip.width:parseInt(this.style.width);
var ThisLft=AcrssFrms&&this.Level==1&&!FirstLineHorizontal?0:Nav4?this.Container.left:parseInt(this.Container.style.left);
var ThisTp=AcrssFrms&&this.Level==1&&FirstLineHorizontal?0:Nav4?this.Container.top:parseInt(this.Container.style.top);
var HP=Nav4?this.LowLyr:this;
CurrntOvr=this;
IniFlg=0;
ClearAllChilds(this.Container.FrstMbr);
HiliteItem(HP);
if(CCnt!=null){
if(!ShwFlg){ShwFlg=1; BeforeFirstOpen()}
var CCW=Nav4?this.LowLyr.ChildCntnr.clip.width:parseInt(this.ChildCntnr.style.width);
var CCH=Nav4?this.LowLyr.ChildCntnr.clip.height:parseInt(this.ChildCntnr.style.height);
var ChCntTL=Nav4?this.LowLyr.ChildCntnr:this.ChildCntnr.style;
var SubLt=AcrssFrms&&this.Level==1?CCnt.OrgLeft+ThisLft+LScrlld:CCnt.OrgLeft+ThisLft;
var SubTp=AcrssFrms&&this.Level==1?CCnt.OrgTop+ThisTp+TpScrlld:CCnt.OrgTop+ThisTp;
if(MenuWrap){
if(RightToLeft){
if(SubLt if(SubLt+CCW>ScWinWdth+LScrlld)SubLt=ScWinWdth+LScrlld-CCW}
else{ if(SubLt+CCW>ScWinWdth+LScrlld)SubLt=this.Level==1?ScWinWdth+LScrlld-CCW:SubLt-(CCW+(1-2*ChildOverlap)*ThisWt);
if(SubLt if(SubTp+CCH>TpScrlld+ScWinHght)SubTp=this.Level==1?SubTp=TpScrlld+ScWinHght-CCH:SubTp-CCH+(1-2*ChildVerticalOverlap)*ThisHt;
if(SubTp ChCntTL.top=SubTp+'px';ChCntTL.left=SubLt+'px';ChCntTL.visibility=M_Show}
status=this.LinkTxt}

function OpenMenuClick(){
if(!Loadd||!Creatd) return;
var HP=Nav4?this.LowLyr:this;
CurrntOvr=this;
IniFlg=0;
ClearAllChilds(this.Container.FrstMbr);
HiliteItem(HP);
status=this.LinkTxt}

function CloseMenu(){
if(!Loadd||!Creatd) return;
if(!KeepHilite){
var HP=Nav4?this.LowLyr:this;
LowItem(HP)}
status='';
if(this==CurrntOvr){
IniFlg=1;
if(CloseTmr)clearTimeout(CloseTmr);
CloseTmr=setTimeout('Initiate(CurrntOvr)',DissapearDelay)}}

function CntnrSetUp(Wdth,Hght,NoOff){
var x=RcrsLvl==1?BorderColor:BorderSubColor;
this.FrstMbr=null;
this.OrgLeft=this.OrgTop=0;
if(x)this.bgColor=x;
if(Nav4){ this.visibility='hide';
this.resizeTo(Wdth,Hght)}
else{ if(x)this.style.backgroundColor=x;
this.style.width=Wdth+'px';
this.style.height=Hght+'px';
this.style.fontFamily=FontFamily;
this.style.fontWeight=FontBold?'bold':'normal';
this.style.fontStyle=FontItalic?'italic':'normal';
this.style.fontSize=FontSize+'pt';
this.style.zIndex=RcrsLvl+Ztop}}

function MbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){
var Location=RcrsLvl==1?FrstLoc:ScLoc;
var MemVal=eval(WhatMenu+'[0]');
var t,T,L,W,H,S;
var a,b,c,d;
this.PrvMbr=PrMmbr;
this.Level=RcrsLvl;
this.LinkTxt=eval(WhatMenu+'[1]');
this.Container=MmbrCntnr;
this.ChildCntnr=null;
this.Hilite=0;
this.style.overflow='hidden';
this.style.cursor=ExpYes&&(this.LinkTxt||(RcrsLvl==1&&UnfoldsOnClick))?'pointer':'default';
this.ro=0;
if(MemVal.indexOf('rollover')!=-1){
this.ro=1;
this.ri1=MemVal.substring(MemVal.indexOf(':')+1,MemVal.lastIndexOf(':'));
this.ri2=MemVal.substring(MemVal.lastIndexOf(':')+1,MemVal.length);
this.rid=WhatMenu+'i';MemVal=""+this.ri1+""}
this.value=MemVal;
if(RcrsLvl==1){
a=LowBgColor;
b=HighBgColor;
c=FontLowColor;
d=FontHighColor}
else{ a=LowSubBgColor;
b=HighSubBgColor;
c=FontSubLowColor;
d=FontSubHighColor}
this.LoBck=a;
this.LwFntClr=c;
this.HiBck=b;
this.HiFntClr=d;
this.style.color=this.LwFntClr;
if(this.LoBck)this.style.backgroundColor=this.LoBck;
this.style.textAlign=MenuTextCentered;
if(eval(WhatMenu+'[2]'))this.style.backgroundImage="url(\'"+eval(WhatMenu+'[2]')+"\')";
if(MemVal.indexOf('<')==-1){
this.style.width=Wdth-LftXtra+'px';
this.style.height=Hght-TpXtra+'px';
this.style.paddingLeft=LeftPaddng+'px';
this.style.paddingTop=TopPaddng+'px'}
else{ this.style.width=Wdth+'px';
this.style.height=Hght+'px'}
if(MemVal.indexOf('<')==-1&&DomYes){
t=Location.document.createTextNode(MemVal);
this.appendChild(t)}
else this.innerHTML=MemVal;
if(eval(WhatMenu+'[3]')&&ShowArrow){
a=RcrsLvl==1&&FirstLineHorizontal?3:RightToLeft?6:0;
S=Arrws[a];
W=Arrws[a+1];
H=Arrws[a+2];
T=RcrsLvl==1&&FirstLineHorizontal?Hght-H-2:(Hght-H)/2;
L=RightToLeft?2:Wdth-W-2;
if(DomYes){

t=Location.document.createElement('img');
this.appendChild(t);
t.style.position='absolute';
t.src=S;

t.style.width=W+'px';
t.style.height=H+'px';
t.style.top=T+'px';
t.style.left=L+'px'}
else{ MemVal+="
"+S+"
";
this.innerHTML=MemVal}}
if(ExpYes){this.onselectstart=CnclSlct;
this.onmouseover=RcrsLvl==1&&UnfoldsOnClick?OpenMenuClick:OpenMenu;
this.onmouseout=CloseMenu;
this.onclick=RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?OpenMenu:GoTo }
else{ RcrsLvl==1&&UnfoldsOnClick?this.addEventListener('mouseover',OpenMenuClick,false):this.addEventListener('mouseover',OpenMenu,false);
this.addEventListener('mouseout',CloseMenu,false);
RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?this.addEventListener('click',OpenMenu,false):this.addEventListener('click',GoTo,false)}}

function NavMbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){
var a,b,c,d;
if(RcrsLvl==1){
a=LowBgColor;
b=HighBgColor;
c=FontLowColor;
d=FontHighColor}
else { a=LowSubBgColor;
b=HighSubBgColor;
c=FontSubLowColor;
d=FontSubHighColor }
this.value=eval(WhatMenu+'[0]');
this.ro=0;
if(this.value.indexOf('rollover')!=-1){
this.ro=1;
this.ri1=this.value.substring(this.value.indexOf(':')+1,this.value.lastIndexOf(':'));
this.ri2=this.value.substring(this.value.lastIndexOf(':')+1,this.value.length);
this.rid=WhatMenu+'i';this.value=""+this.ri1+""}
if(LeftPaddng&&this.value.indexOf('<')==-1&&MenuTextCentered=='left')this.value='&nbsp\;'+this.value;
if(FontBold)this.value=this.value.bold();
if(FontItalic)this.value=this.value.italics();
this.Ovalue=this.value;
this.value=this.value.fontcolor(c);
this.Ovalue=this.Ovalue.fontcolor(d);
this.value=CntrTxt+""+this.value+TxtClose;
this.Ovalue=CntrTxt+""+this.Ovalue+TxtClose;
this.LoBck=a;
this.HiBck=b;
this.ChildCntnr=null;
this.PrvMbr=PrMmbr;
this.Hilite=0;
this.visibility='inherit';
if(this.LoBck)this.bgColor=this.LoBck;
this.resizeTo(Wdth,Hght);
if(!AcrssFrms&&eval(WhatMenu+'[2]'))this.background.src=eval(WhatMenu+'[2]');
this.document.write(this.value);
this.document.close();
this.CmdLyr=new Layer(Wdth,MmbrCntnr);
this.CmdLyr.Level=RcrsLvl;
this.CmdLyr.LinkTxt=eval(WhatMenu+'[1]');
this.CmdLyr.visibility='inherit';
this.CmdLyr.onmouseover=RcrsLvl==1&&UnfoldsOnClick?OpenMenuClick:OpenMenu;
this.CmdLyr.onmouseout=CloseMenu;
this.CmdLyr.captureEvents(Event.MOUSEUP);
this.CmdLyr.onmouseup=RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?OpenMenu:GoTo;
this.CmdLyr.LowLyr=this;
this.CmdLyr.resizeTo(Wdth,Hght);
this.CmdLyr.Container=MmbrCntnr;
if(eval(WhatMenu+'[3]')&&ShowArrow){
a=RcrsLvl==1&&FirstLineHorizontal?3:RightToLeft?6:0;
this.CmdLyr.ImgLyr=new Layer(Arrws[a+1],this.CmdLyr);
this.CmdLyr.ImgLyr.visibility='inherit';
this.CmdLyr.ImgLyr.top=RcrsLvl==1&&FirstLineHorizontal?Hght-Arrws[a+2]-2:(Hght-Arrws[a+2])/2;
this.CmdLyr.ImgLyr.left=RightToLeft?2:Wdth-Arrws[a+1]-2;
this.CmdLyr.ImgLyr.width=Arrws[a+1];
this.CmdLyr.ImgLyr.height=Arrws[a+2];
ImgStr=""+Arrws[a]+"";
this.CmdLyr.ImgLyr.document.write(ImgStr);
this.CmdLyr.ImgLyr.document.close()}}

function CreateMenuStructure(MName,NumberOf){
RcrsLvl++;
var i,NoOffSubs,Mbr,Wdth=0,Hght=0;
var PrvMmbr=null;
var WMnu=MName+'1';
var MenuWidth=eval(WMnu+'[5]');
var MenuHeight=eval(WMnu+'[4]');
var Location=RcrsLvl==1?FrstLoc:ScLoc;
if (RcrsLvl==1&&FirstLineHorizontal){
for(i=1;i WMnu=MName+eval(i);
Wdth=eval(WMnu+'[5]')?Wdth+eval(WMnu+'[5]'):Wdth+MenuWidth}
Wdth=BorderBtwnElmnts?Wdth+(NumberOf+1)*BorderWidth:Wdth+2*BorderWidth;Hght=MenuHeight+2*BorderWidth}
else{ for(i=1;i WMnu=MName+eval(i);
Hght=eval(WMnu+'[4]')?Hght+eval(WMnu+'[4]'):Hght+MenuHeight}
Hght=BorderBtwnElmnts?Hght+(NumberOf+1)*BorderWidth:Hght+2*BorderWidth;Wdth=MenuWidth+2*BorderWidth}
if(DomYes){
var MmbrCntnr=Location.document.createElement("div");
MmbrCntnr.style.position='absolute';
MmbrCntnr.style.visibility='hidden';
Location.document.body.appendChild(MmbrCntnr)}
else{ if(Nav4) var MmbrCntnr=new Layer(Wdth,Location)
else{ WMnu+='c';
Location.document.body.insertAdjacentHTML("AfterBegin","
<\/div>");
var MmbrCntnr=Location.document.all[WMnu]}}
MmbrCntnr.SetUp=CntnrSetUp;
MmbrCntnr.SetUp(Wdth,Hght,NumberOf);
if(Exp4){ MmbrCntnr.InnerString='';
for(i=1;i WMnu=MName+eval(i);
MmbrCntnr.InnerString+="
<\/div>"}
MmbrCntnr.innerHTML=MmbrCntnr.InnerString}
for(i=1;i WMnu=MName+eval(i);
NoOffSubs=eval(WMnu+'[3]');
Wdth=RcrsLvl==1&&FirstLineHorizontal?eval(WMnu+'[5]')?eval(WMnu+'[5]'):MenuWidth:MenuWidth;
Hght=RcrsLvl==1&&FirstLineHorizontal?MenuHeight:eval(WMnu+'[4]')?eval(WMnu+'[4]'):MenuHeight;
if(DomYes){
Mbr=Location.document.createElement("div");
Mbr.style.position='absolute';
Mbr.style.visibility='inherit';
MmbrCntnr.appendChild(Mbr)}
else Mbr=Nav4?new Layer(Wdth,MmbrCntnr):Location.document.all[WMnu];
Mbr.SetUp=Nav4?NavMbrSetUp:MbrSetUp;
Mbr.SetUp(MmbrCntnr,PrvMmbr,WMnu,Wdth,Hght);
if(NoOffSubs) Mbr.ChildCntnr=CreateMenuStructure(WMnu+'_',NoOffSubs);
PrvMmbr=Mbr}
MmbrCntnr.FrstMbr=Mbr;
RcrsLvl--;
return(MmbrCntnr)}

function CreateMenuStructureAgain(MName,NumberOf){
var i,WMnu,NoOffSubs,PrvMmbr,Mbr=FrstCntnr.FrstMbr;
RcrsLvl++;
for(i=NumberOf;i>0;i--){
WMnu=MName+eval(i);
NoOffSubs=eval(WMnu+'[3]');
PrvMmbr=Mbr;
if(NoOffSubs)Mbr.ChildCntnr=CreateMenuStructure(WMnu+'_',NoOffSubs);
Mbr=Mbr.PrvMbr}
RcrsLvl--}

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}











top_bg1.jpg
top_bg2.jpgtop_bg3.jpg












lp_wel.jpg


Hi, my name is Victoria and I have a skin care secret. I'm so excited to share with you the
latest in anti-aging skin care. Women have begun to shed years from their faces without
surgery or invasive and expensive techniques, and yet their secrets have been well kept,
until now. This amazing skin care line was created by a company called Beauty Society
(formerly known as Intuit Beauty). They have created esthetician quality products at
affordable prices for both women and men.


lp_read.jpg







lp_our.jpg
Beauty Society's product line is absolutely superior. Each and every product we offer reaches for the absolute highest bar-in quality, performance, safety, and overall impact on the world.

All of our products are irritant-free, cruelty-free, fragrance-free, environmentally-friendly and dermatologist-tested. We promise every ingredient in our formulas are properly stabilized and used at the required percentages to produce the absolute best results.

Beauty Society will teach you the necessary steps to fabulous skin for life. Beauty Society feels that it is important that you know what to use on your skin, and understand why.

uppermost quality and effective ingredients at the highest levels.





lp_ser.jpg

lp_women.jpg





To complement our incredibly popular Enormous Lash eyelash conditioner, we are thrilled to announce the launch of three exciting new products each containing our patent-pending Enormous Lash formula ingredients. These products each help to strengthen & condition your lashes & brows while helping you look simply smashing. You don't want to miss out on these fantastic products! All backed by Beauty Society's 100% satisfaction money-back guarantee... it doesn't get any better than this!



lp_read.jpg





 



 































Link to comment
Share on other sites

First off, here is corrected html code:

 

If you run your current code through the validator (http://validator.w3.org/#validate_by_upload) You'll notice that there are quite a few errors. Most are caused by the javascript within the HTML (if you temporarily take out the javascript you'll see that a lot of them go away, but here are a couple you'll notice

-- had an extra tag without a proper closing

-- had an image with a "name=""" which isn't valid

-- had a "
" which isn't valid

etc.

 





home page
<br /><!--<br />body, td, th {<br />    font-family: Tahoma, Geneva, sans-serif;<br />    font-size: 13px;<br />}<br />--><br />



<br /> <br />function Go(){return}<br /> <br />/***********************************************************************<br />    YOU MAY MANUALLY CHANGE THE MENU HERE, BUT BE VERY CAREFUL !<br />***********************************************************************/<br /> <br />Menu1=new Array("Home","http://","",0,50,90);<br /> <br />Menu2=new Array("Products","http://","",4,0,90);<br />  Menu2_1=new Array("Skincare","http://","",8,40,90);<br />   Menu2_1_1=new Array("Step 1: Cleanse","http://","",0,40,160);<br />   Menu2_1_2=new Array("Step 2: Resurface","http://","",0,40,0);<br />   Menu2_1_3=new Array("Step 3: Rebuild","http://","",0,40,0);<br />   Menu2_1_4=new Array("Step 4: Moisturize","http://","",0,40,0);<br />   Menu2_1_5=new Array("Step 5: Protect","http://","",0,40,0);<br />   Menu2_1_6=new Array("Step 6: Troubleshoot","http://","",0,40,0);<br />   Menu2_1_7=new Array("Specialty Products","http://","",0,40,0);<br />   Menu2_1_8=new Array("Signature Collections","http://","",0,40,0);<br />  Menu2_2=new Array("Makeup","http://","",9,40,0);<br />   Menu2_2_1=new Array("Bamboo Products","http://","",0,40,160);<br />   Menu2_2_2=new Array("Brushes","http://","",0,40,0);<br />   Menu2_2_3=new Array("Foundations","http://","",0,40,0);<br />   Menu2_2_4=new Array("Concealers","http://","",0,40,80);<br />   Menu2_2_5=new Array("Blushes & Bronzers","http://","",0,40,80);<br />   Menu2_2_6=new Array("Lashes & Brows","http://","",0,40,80);<br />   Menu2_2_7=new Array("Eyeshadows","http://","",0,40,80);<br />   Menu2_2_8=new Array("Lip Glisten","http://","",0,40,80);<br />   Menu2_2_9=new Array("Perfume","http://","",0,40,80);<br />  Menu2_3=new Array("Tips & Tricks","http://","",0,40,90);<br />  Menu2_4=new Array("FAQ","http://","",0,40,90);<br /> <br />Menu3=new Array("All About Beauty Society","http://","",5,50,160);<br />  Menu3_1=new Array("Our Founder","http://","",0,40,105);<br />  Menu3_2=new Array("Going Green","http://","",0,40,0);<br />  Menu3_3=new Array("Giving Back","http://","",0,40,90);<br />  Menu3_4=new Array("Penthouse Tour","http://","",0,40,90);<br />  Menu3_5=new Array("Beauty Bar","http://","",0,40,90);<br /> <br />Menu4=new Array("It's A Diva Thing","http://","",4,50,130);<br />  Menu4_1=new Array("Host A Facial Party","http://","",0,40,130);<br />  Menu4_2=new Array("Party Tips","http://","",0,40,0);<br />  Menu4_3=new Array("Receive Free Gifts","http://","",0,40,90);<br />  Menu4_4=new Array("Join Our Team","http://","",0,40,90);<br /> <br />Menu5=new Array("Photo Gallery","http://","",0,0,100);<br /> <br />Menu6=new Array("Press Release","http://","",0,0,100);<br /> <br />Menu7=new Array("Contact Us","http://","",0,50,90);<br /> <br /> <br />var NoOffFirstLineMenus=7;    // Number of first level items<br />var LowBgColor='#000000';        // Background color when mouse is not over<br />var LowSubBgColor='#92B527';    // Background color when mouse is not over on subs<br />var HighBgColor='#FFFFFF';    // Background color when mouse is over<br />var HighSubBgColor='#FFFFE1';    // Background color when mouse is over on subs<br />var FontLowColor='#FFFFFF';    // Font color when mouse is not over<br />var FontSubLowColor='#000000';    // Font color subs when mouse is not over<br />var FontHighColor='#92B527';    // Font color when mouse is over<br />var FontSubHighColor='#000000';    // Font color subs when mouse is over<br />var BorderColor='#000000';    // Border color<br />var BorderSubColor='#000000';    // Border color for subs<br />var BorderWidth=1;        // Border width<br />var BorderBtwnElmnts=0;        // Border between elements 1 or 0<br />var FontFamily="Gabriola"            // Font family menu items<br />var FontSize=14;            // Font size menu items<br />var FontBold=0;            // Bold menu items 1 or 0<br />var FontItalic=0;        // Italic menu items 1 or 0<br />var MenuTextCentered='center';    // Item text position 'left', 'center' or 'right'<br />var MenuCentered='center';    // Menu horizontal position 'left', 'center' or 'right'<br />var MenuVerticalCentered='top';    // Menu vertical position 'top', 'middle','bottom' or static<br />var ChildOverlap=.2;        // horizontal overlap child/ parent<br />var ChildVerticalOverlap=.2;    // vertical overlap child/ parent<br />var StartTop=0;        // Menu offset x coordinate<br />var StartLeft=0;        // Menu offset y coordinate<br />var VerCorrect=0;        // Multiple frames y correction<br />var HorCorrect=0;        // Multiple frames x correction<br />var LeftPaddng=0;        // Left padding<br />var TopPaddng=0;        // Top padding<br />var FirstLineHorizontal=1;    // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL<br />var MenuFramesVertical=1;    // Frames in cols or rows 1 or 0<br />var DissapearDelay=1000;    // delay before menu folds in<br />var TakeOverBgColor=1;        // Menu frame takes over background color subitem frame<br />var FirstLineFrame='navig';    // Frame where first level appears<br />var SecLineFrame='space';    // Frame where sub levels appear<br />var DocTargetFrame='space';    // Frame where target documents appear<br />var TargetLoc='';        // span id for relative positioning<br />var HideTop=0;            // Hide first level when loading new document 1 or 0<br />var MenuWrap=1;            // enables/ disables menu wrap 1 or 0<br />var RightToLeft=0;        // enables/ disables right to left unfold 1 or 0<br />var UnfoldsOnClick=0;        // Level 1 unfolds onclick/ onmouseover<br />var WebMasterCheck=0;        // menu tree checking on or off 1 or 0<br />var ShowArrow=0;        // Uses arrow gifs when 1<br />var KeepHilite=1;        // Keep selected path highligthed<br />var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];    // Arrow source, width and height<br /> <br /> <br />/***********************************************************************<br />   DO NOT EDIT ANYTHING BELOW THIS LINE - IT WILL BREAK THE SCRIPT !<br />***********************************************************************/<br /> <br /> <br />var AgntUsr=navigator.userAgent.toLowerCase();<br />var DomYes=document.getElementById?1:0;<br />var NavYes=AgntUsr.indexOf('mozilla')!=-1&&AgntUsr.indexOf('msie')==-1?1:0;<br />var ExpYes=AgntUsr.indexOf('msie')!=-1?1:0;<br />var Opr=AgntUsr.indexOf('opera')!=-1?1:0;<br />var Opr6orless=window.opera && navigator.userAgent.search(/opera.[1-6]/i)!=-1 //DynamicDrive.com added code<br />if ( Opr6orless!=1 ) { ExpYes = 1 }<br />var DomNav=DomYes&&NavYes?1:0;<br />var DomExp=DomYes&&ExpYes?1:0;<br />var Nav4=NavYes&&!DomYes&&document.layers?1:0;<br />var Exp4=ExpYes&&!DomYes&&document.all?1:0;<br />var PosStrt=(NavYes||ExpYes)&&!Opr6orless?1:0;<br />var FrstLoc,ScLoc,DcLoc;<br />var ScWinWdth,ScWinHght,FrstWinWdth,FrstWinHght;<br />var ScLdAgainWin;<br />var FirstColPos,SecColPos,DocColPos;<br />var RcrsLvl=0;<br />var FrstCreat=1,Loadd=0,Creatd=0,IniFlg,AcrssFrms=1;<br />var FrstCntnr=null,CurrntOvr=null,CloseTmr=null;<br />var CntrTxt,TxtClose,ImgStr;<br />var Ztop=100;<br />var ShwFlg=0;<br />var M_StrtTp=StartTop,M_StrtLft=StartLeft;<br />var StaticPos=0;<br />//var LftXtra=DomNav&&!Opr?LeftPaddng:0; //Changed for Opera<br />var LftXtra=DomNav||DomExp&&!Exp4&&!Opr6orless?LeftPaddng:0; //Changed for Opera<br />var TpXtra=DomNav||DomExp?TopPaddng:0;<br />//var TpXtra=DomNav?TopPaddng:0;<br />var M_Hide=Nav4?'hide':'hidden';<br />var M_Show=Nav4?'show':'visible';<br />var Par=parent.frames[0]&&FirstLineFrame!=SecLineFrame?parent:window;<br />var Doc=Par.document;<br />var Bod=Doc.body;<br />//var Trigger=NavYes&&!Opr?Par:Bod; //Changed for Opera<br />var Trigger=NavYes&&!Opr?Par:Opr?Doc:Bod; //Changed for Opera by Rafael<br /> <br />MenuTextCentered=MenuTextCentered==1||MenuTextCentered=='center'?'center':MenuTextCentered==0||MenuTextCentered!='right'?'left':'right';<br />WbMstrAlrts=["Item not defined: ","Item needs height: ","Item needs width: "];<br /> <br />if(Trigger.onload)Dummy=Trigger.onload;<br />if(DomNav||Opr)Trigger.addEventListener('load',Go,false); //Changed for Opera<br />else Trigger.onload=Go;<br /> <br />function Dummy(){return}<br /> <br />function CnclSlct(){return false}<br /> <br />function RePos(){<br />    FrstWinWdth=ExpYes?FrstLoc.document.body.clientWidth:FrstLoc.innerWidth;<br />    FrstWinHght=ExpYes?FrstLoc.document.body.clientHeight:FrstLoc.innerHeight;<br />    ScWinWdth=ExpYes?ScLoc.document.body.clientWidth:ScLoc.innerWidth;<br />    ScWinHght=ExpYes?ScLoc.document.body.clientHeight:ScLoc.innerHeight;<br />    if(MenuCentered=='justify'&&FirstLineHorizontal){<br />        FrstCntnr.style.width=FrstWinWdth+'px';<br />        ClcJus();<br />        var P=FrstCntnr.FrstMbr,W=Menu1[5],i;<br />        for(i=0;i<NoOffFirstLineMenus;i++){P.style.width=W+'px';P=P.PrvMbr}}<br />    StaticPos=-1;<br />    if(TargetLoc)ClcTrgt();<br />    if(MenuCentered)ClcLft();<br />    if(MenuVerticalCentered)ClcTp();<br />    PosMenu(FrstCntnr,StartTop,StartLeft)}<br /> <br />function UnLoaded(){<br />    if(CloseTmr)clearTimeout(CloseTmr);<br />    Loadd=0; Creatd=0;<br />    if(HideTop){<br />        var FCStyle=Nav4?FrstCntnr:FrstCntnr.style;<br />        FCStyle.visibility=M_Hide}}<br /> <br />function ReDoWhole(){<br />    if(ScWinWdth!=ScLoc.innerWidth||ScWinHght!=ScLoc.innerHeight||FrstWinWdth!=FrstLoc.innerWidth||FrstWinHght!=FrstLoc.innerHeight)Doc.location.reload()}<br /> <br />function Check(WMnu,NoOf){<br />    var i,array,ArrayLoc;<br />    ArrayLoc=parent.frames[0]?parent.frames[FirstLineFrame]:self;<br />    for(i=0;i<NoOf;i++){<br />        array=WMnu+eval(i+1);<br />        if(!ArrayLoc[array]){WbMstrAlrt(0,array); return false}<br />        if(i==0){    if(!ArrayLoc[array][4]){WbMstrAlrt(1,array); return false}<br />            if(!ArrayLoc[array][5]){WbMstrAlrt(2,array); return false}}<br />        if(ArrayLoc[array][3])if(!Check(array+'_',ArrayLoc[array][3])) return false}<br />    return true}<br /> <br />function WbMstrAlrt(No,Xtra){<br />    return confirm(WbMstrAlrts[No]+Xtra+'   ')}<br /> <br />function Go(){<br />    Dummy();<br />    if(Loadd||!PosStrt)return;<br />    BeforeStart();<br />    Creatd=0; Loadd=1;<br />    status='Building menu';<br />    if(FrstCreat){<br />        if(FirstLineFrame =="" || !parent.frames[FirstLineFrame]){<br />            FirstLineFrame=SecLineFrame;<br />            if(FirstLineFrame =="" || !parent.frames[FirstLineFrame]){<br />                FirstLineFrame=SecLineFrame=DocTargetFrame;<br />                if(FirstLineFrame =="" || !parent.frames[FirstLineFrame])FirstLineFrame=SecLineFrame=DocTargetFrame=''}}<br />        if(SecLineFrame =="" || !parent.frames[secLineFrame]){<br />            SecLineFrame=DocTargetFrame;<br />            if(SecLineFrame =="" || !parent.frames[secLineFrame])SecLineFrame=DocTargetFrame=FirstLineFrame}<br />        if(DocTargetFrame =="" || !parent.frames[DocTargetFrame])DocTargetFrame=SecLineFrame;<br />        if(WebMasterCheck){    if(!Check('Menu',NoOffFirstLineMenus)){status='build aborted';return}}<br />        FrstLoc=FirstLineFrame!=""?parent.frames[FirstLineFrame]:window;<br />        ScLoc=SecLineFrame!=""?parent.frames[secLineFrame]:window;<br />        DcLoc=DocTargetFrame!=""?parent.frames[DocTargetFrame]:window;<br />        if (FrstLoc==ScLoc) AcrssFrms=0;<br />        if (AcrssFrms)FirstLineHorizontal=MenuFramesVertical?0:1;<br />        FrstWinWdth=ExpYes?FrstLoc.document.body.clientWidth:FrstLoc.innerWidth;<br />        FrstWinHght=ExpYes?FrstLoc.document.body.clientHeight:FrstLoc.innerHeight;<br />        ScWinWdth=ExpYes?ScLoc.document.body.clientWidth:ScLoc.innerWidth;<br />        ScWinHght=ExpYes?ScLoc.document.body.clientHeight:ScLoc.innerHeight;<br />        if(Nav4){    CntrTxt=MenuTextCentered!='left'?"<div align='"+MenuTextCentered+"'>":"";<br />            TxtClose=""+MenuTextCentered!='left'?"":""}}
   FirstColPos=Nav4?FrstLoc.document:FrstLoc.document.body;
   SecColPos=Nav4?ScLoc.document:ScLoc.document.body;
   DocColPos=Nav4?DcLoc.document:ScLoc.document.body;
   if (TakeOverBgColor)FirstColPos.bgColor=AcrssFrms?SecColPos.bgColor:DocColPos.bgColor;
   if(MenuCentered=='justify'&&FirstLineHorizontal)ClcJus();
   if(FrstCreat){
       FrstCntnr=CreateMenuStructure('Menu',NoOffFirstLineMenus);
       FrstCreat=AcrssFrms?0:1}
   else CreateMenuStructureAgain('Menu',NoOffFirstLineMenus);
   if(TargetLoc)ClcTrgt();
   if(MenuCentered)ClcLft();
   if(MenuVerticalCentered)ClcTp();
   PosMenu(FrstCntnr,StartTop,StartLeft);
   IniFlg=1;
   Initiate();
   Creatd=1;
   if (AcrssFrms)     //Added for Opera
       {     //Added for Opera
       ScLdAgainWin=ExpYes?ScLoc.document.body:ScLoc;
       ScLdAgainWin.onunload=UnLoaded;
       }     //Added for Opera
   Trigger.onresize=Nav4?ReDoWhole:RePos;
   AfterBuild();
   if(MenuVerticalCentered=='static'&&!AcrssFrms)setInterval('KeepPos()',250);
   status='Menu ready for use'}

function KeepPos(){
//    var TS=ExpYes?FrstLoc.document.body.scrollTop:FrstLoc.pageYOffset;
   var TS= typeof FrstLoc.pageYOffset != 'undefined' ?
   FrstLoc.pageYOffset :
   FrstLoc.document.documentElement &&
   FrstLoc.document.documentElement.scrollTop ?
   FrstLoc.document.documentElement.scrollTop :
   FrstLoc.document.body.scrollTop;
   if(TS!=StaticPos){
       var FCStyle=Nav4?FrstCntnr:FrstCntnr.style;
       FrstCntnr.OrgTop=StartTop+TS;FCStyle.top=FrstCntnr.OrgTop+'px';StaticPos=TS}}

function ClcJus(){
   var a=BorderBtwnElmnts?1:2,b=BorderBtwnElmnts?BorderWidth:0;
   var Size=Math.round(((FrstWinWdth-a*BorderWidth)/NoOffFirstLineMenus)-,i,j;
   for(i=1;i    StartLeft=0}

function ClcTrgt(){
   var TLoc=Nav4?FrstLoc.document.layers[TargetLoc]:DomYes?FrstLoc.document.getElementById(TargetLoc):FrstLoc.document.all[TargetLoc];
   StartTop=M_StrtTp;
   StartLeft=M_StrtLft;
   if(DomYes){
       while(TLoc){StartTop+=TLoc.offsetTop;StartLeft+=TLoc.offsetLeft;TLoc=TLoc.offsetParent}}
   else{    StartTop+=Nav4?TLoc.pageY:TLoc.offsetTop;StartLeft+=Nav4?TLoc.pageX:TLoc.offsetLeft}}

function ClcLft(){
   if(MenuCentered!='left'&&MenuCentered!='justify'){
       var Size=FrstWinWdth-(!Nav4?parseInt(FrstCntnr.style.width):FrstCntnr.clip.width);
       StartLeft=M_StrtLft;
       StartLeft+=MenuCentered=='right'?Size:Size/2}}

function ClcTp(){
   if(MenuVerticalCentered!='top'&&MenuVerticalCentered!='static'){
       var Size=FrstWinHght-(!Nav4?parseInt(FrstCntnr.style.height):FrstCntnr.clip.height);
       StartTop=M_StrtTp;
       StartTop+=MenuVerticalCentered=='bottom'?Size:Size/2}}

function PosMenu(CntnrPntr,Tp,Lt){
   var Topi,Lefti,Hori;
   var Cntnr=CntnrPntr;
   var Mmbr=Cntnr.FrstMbr;
   var CntnrStyle=!Nav4?Cntnr.style:Cntnr;
   var MmbrStyle=!Nav4?Mmbr.style:Mmbr;
   var PadL=Mmbr.value.indexOf('    var PadT=Mmbr.value.indexOf('    var MmbrWt=!Nav4?parseInt(MmbrStyle.width)+PadL:MmbrStyle.clip.width;
   var MmbrHt=!Nav4?parseInt(MmbrStyle.height)+PadT:MmbrStyle.clip.height;
   var CntnrWt=!Nav4?parseInt(CntnrStyle.width):CntnrStyle.clip.width;
   var CntnrHt=!Nav4?parseInt(CntnrStyle.height):CntnrStyle.clip.height;
   var SubTp,SubLt;
   RcrsLvl++;
   if (RcrsLvl==1 && AcrssFrms)!MenuFramesVertical?Tp=FrstWinHght-CntnrHt+(Nav4?4:0):Lt=RightToLeft?0:FrstWinWdth-CntnrWt+(Nav4?4:0);
   if (RcrsLvl==2 && AcrssFrms)!MenuFramesVertical?Tp=0:Lt=RightToLeft?ScWinWdth-CntnrWt:0;
   if (RcrsLvl==2 && AcrssFrms){Tp+=VerCorrect;Lt+=HorCorrect}
   CntnrStyle.top=RcrsLvl==1?Tp+'px':0;
   Cntnr.OrgTop=Tp;
   CntnrStyle.left=RcrsLvl==1?Lt+'px':0;
   Cntnr.OrgLeft=Lt;
   if (RcrsLvl==1 && FirstLineHorizontal){
       Hori=1;Lefti=CntnrWt-MmbrWt-2*BorderWidth;Topi=0}
   else{    Hori=Lefti=0;Topi=CntnrHt-MmbrHt-2*BorderWidth}
   while(Mmbr!=null){
       MmbrStyle.left=Lefti+BorderWidth+'px';
       MmbrStyle.top=Topi+BorderWidth+'px';
       if(Nav4)Mmbr.CmdLyr.moveTo(Lefti+BorderWidth,Topi+BorderWidth);
       if(Mmbr.ChildCntnr){
           if(RightToLeft)ChldCntnrWdth=Nav4?Mmbr.ChildCntnr.clip.width:parseInt(Mmbr.ChildCntnr.style.width);
           if(Hori){    SubTp=Topi+MmbrHt+2*BorderWidth;
               SubLt=RightToLeft?Lefti+MmbrWt-ChldCntnrWdth:Lefti}
           else{    SubLt=RightToLeft?Lefti-ChldCntnrWdth+ChildOverlap*MmbrWt+BorderWidth:Lefti+(1-ChildOverlap)*MmbrWt+BorderWidth;
               SubTp=RcrsLvl==1&&AcrssFrms?Topi:Topi+ChildVerticalOverlap*MmbrHt}
           PosMenu(Mmbr.ChildCntnr,SubTp,SubLt)}
       Mmbr=Mmbr.PrvMbr;
       if(Mmbr){    MmbrStyle=!Nav4?Mmbr.style:Mmbr;
           PadL=Mmbr.value.indexOf('            PadT=Mmbr.value.indexOf('            MmbrWt=!Nav4?parseInt(MmbrStyle.width)+PadL:MmbrStyle.clip.width;
           MmbrHt=!Nav4?parseInt(MmbrStyle.height)+PadT:MmbrStyle.clip.height;
           Hori?Lefti-=BorderBtwnElmnts?(MmbrWt+BorderWidth):(MmbrWt):Topi-=BorderBtwnElmnts?(MmbrHt+BorderWidth):(MmbrHt)}}
   RcrsLvl--}

function Initiate(){
   if(IniFlg){    Init(FrstCntnr);IniFlg=0;
       if(ShwFlg)AfterCloseAll();ShwFlg=0}}

function Init(CntnrPntr){
   var Mmbr=CntnrPntr.FrstMbr;
   var MCStyle=Nav4?CntnrPntr:CntnrPntr.style;
   RcrsLvl++;
   MCStyle.visibility=RcrsLvl==1?M_Show:M_Hide;
   while(Mmbr!=null){
       if(Mmbr.Hilite){Mmbr.Hilite=0;if(KeepHilite)LowItem(Mmbr)}
       if(Mmbr.ChildCntnr) Init(Mmbr.ChildCntnr);
       Mmbr=Mmbr.PrvMbr}
   RcrsLvl--}

function ClearAllChilds(Pntr){
   var CPCCStyle;
   while (Pntr){
       if(Pntr.Hilite){
           Pntr.Hilite=0;
           if(KeepHilite)LowItem(Pntr);
           if(Pntr.ChildCntnr){
               CPCCStyle=Nav4?Pntr.ChildCntnr:Pntr.ChildCntnr.style;
               CPCCStyle.visibility=M_Hide;
               ClearAllChilds(Pntr.ChildCntnr.FrstMbr)}
           break}
       Pntr=Pntr.PrvMbr}}

function GoTo(){
   if(this.LinkTxt){
       status='';
       var HP=Nav4?this.LowLyr:this;
       LowItem(HP);
       this.LinkTxt.indexOf('javascript:')!=-1?eval(this.LinkTxt):DcLoc.location.href=this.LinkTxt}}

function HiliteItem(P){
   if(Nav4){
       if(P.ro)P.document.images[P.rid].src=P.ri2;
       else{    if(P.HiBck)P.bgColor=P.HiBck;
           if(P.value.indexOf('                P.document.write(P.Ovalue);
               P.document.close()}}}
   else{    if(P.ro){    var Lc=P.Level==1?FrstLoc:ScLoc;
           Lc.document.images[P.rid].src=P.ri2}
       else{    if(P.HiBck)P.style.backgroundColor=P.HiBck;
           if(P.HiFntClr)P.style.color=P.HiFntClr}}
   P.Hilite=1}

function LowItem(P){
   if(P.ro){    if(Nav4)P.document.images[P.rid].src=P.ri1;
       else{    var Lc=P.Level==1?FrstLoc:ScLoc;
           Lc.document.images[P.rid].src=P.ri1}}
   else{    if(Nav4){    if(P.LoBck)P.bgColor=P.LoBck;
           if(P.value.indexOf('                P.document.write(P.value);
               P.document.close()}}
       else{    if(P.LoBck)P.style.backgroundColor=P.LoBck;
           if(P.LwFntClr)P.style.color=P.LwFntClr}}}

function OpenMenu(){
   if(!Loadd||!Creatd) return;
   var TpScrlld=ExpYes?ScLoc.document.body.scrollTop:ScLoc.pageYOffset;
   var LScrlld=ExpYes?ScLoc.document.body.scrollLeft:ScLoc.pageXOffset;
   var CCnt=Nav4?this.LowLyr.ChildCntnr:this.ChildCntnr;
   var ThisHt=Nav4?this.clip.height:parseInt(this.style.height);
   var ThisWt=Nav4?this.clip.width:parseInt(this.style.width);
   var ThisLft=AcrssFrms&&this.Level==1&&!FirstLineHorizontal?0:Nav4?this.Container.left:parseInt(this.Container.style.left);
   var ThisTp=AcrssFrms&&this.Level==1&&FirstLineHorizontal?0:Nav4?this.Container.top:parseInt(this.Container.style.top);
   var HP=Nav4?this.LowLyr:this;
   CurrntOvr=this;
   IniFlg=0;
   ClearAllChilds(this.Container.FrstMbr);
   HiliteItem(HP);
   if(CCnt!=null){
       if(!ShwFlg){ShwFlg=1;    BeforeFirstOpen()}
       var CCW=Nav4?this.LowLyr.ChildCntnr.clip.width:parseInt(this.ChildCntnr.style.width);
       var CCH=Nav4?this.LowLyr.ChildCntnr.clip.height:parseInt(this.ChildCntnr.style.height);
       var ChCntTL=Nav4?this.LowLyr.ChildCntnr:this.ChildCntnr.style;
       var SubLt=AcrssFrms&&this.Level==1?CCnt.OrgLeft+ThisLft+LScrlld:CCnt.OrgLeft+ThisLft;
       var SubTp=AcrssFrms&&this.Level==1?CCnt.OrgTop+ThisTp+TpScrlld:CCnt.OrgTop+ThisTp;
       if(MenuWrap){
           if(RightToLeft){
               if(SubLt                if(SubLt+CCW>ScWinWdth+LScrlld)SubLt=ScWinWdth+LScrlld-CCW}
           else{    if(SubLt+CCW>ScWinWdth+LScrlld)SubLt=this.Level==1?ScWinWdth+LScrlld-CCW:SubLt-(CCW+(1-2*ChildOverlap)*ThisWt);
               if(SubLt            if(SubTp+CCH>TpScrlld+ScWinHght)SubTp=this.Level==1?SubTp=TpScrlld+ScWinHght-CCH:SubTp-CCH+(1-2*ChildVerticalOverlap)*ThisHt;
           if(SubTp        ChCntTL.top=SubTp+'px';ChCntTL.left=SubLt+'px';ChCntTL.visibility=M_Show}
   status=this.LinkTxt}

function OpenMenuClick(){
   if(!Loadd||!Creatd) return;
   var HP=Nav4?this.LowLyr:this;
   CurrntOvr=this;
   IniFlg=0;
   ClearAllChilds(this.Container.FrstMbr);
   HiliteItem(HP);
   status=this.LinkTxt}

function CloseMenu(){
   if(!Loadd||!Creatd) return;
   if(!KeepHilite){
       var HP=Nav4?this.LowLyr:this;
       LowItem(HP)}
   status='';
   if(this==CurrntOvr){
       IniFlg=1;
       if(CloseTmr)clearTimeout(CloseTmr);
       CloseTmr=setTimeout('Initiate(CurrntOvr)',DissapearDelay)}}

function CntnrSetUp(Wdth,Hght,NoOff){
   var x=RcrsLvl==1?BorderColor:BorderSubColor;
   this.FrstMbr=null;
   this.OrgLeft=this.OrgTop=0;
   if(x)this.bgColor=x;
   if(Nav4){    this.visibility='hide';
       this.resizeTo(Wdth,Hght)}
   else{    if(x)this.style.backgroundColor=x;
       this.style.width=Wdth+'px';
       this.style.height=Hght+'px';
       this.style.fontFamily=FontFamily;
       this.style.fontWeight=FontBold?'bold':'normal';
       this.style.fontStyle=FontItalic?'italic':'normal';
       this.style.fontSize=FontSize+'pt';
       this.style.zIndex=RcrsLvl+Ztop}}

function MbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){
   var Location=RcrsLvl==1?FrstLoc:ScLoc;
   var MemVal=eval(WhatMenu+'[0]');
   var t,T,L,W,H,S;
   var a,b,c,d;
   this.PrvMbr=PrMmbr;
   this.Level=RcrsLvl;
   this.LinkTxt=eval(WhatMenu+'[1]');
   this.Container=MmbrCntnr;
   this.ChildCntnr=null;
   this.Hilite=0;
   this.style.overflow='hidden';
   this.style.cursor=ExpYes&&(this.LinkTxt||(RcrsLvl==1&&UnfoldsOnClick))?'pointer':'default';
   this.ro=0;
   if(MemVal.indexOf('rollover')!=-1){
       this.ro=1;
       this.ri1=MemVal.substring(MemVal.indexOf(':')+1,MemVal.lastIndexOf(':'));
       this.ri2=MemVal.substring(MemVal.lastIndexOf(':')+1,MemVal.length);
       this.rid=WhatMenu+'i';MemVal=""}
   this.value=MemVal;
   if(RcrsLvl==1){
       a=LowBgColor;
       b=HighBgColor;
       c=FontLowColor;
       d=FontHighColor}
   else{    a=LowSubBgColor;
       b=HighSubBgColor;
       c=FontSubLowColor;
       d=FontSubHighColor}
   this.LoBck=a;
   this.LwFntClr=c;
   this.HiBck=b;
   this.HiFntClr=d;
   this.style.color=this.LwFntClr;
   if(this.LoBck)this.style.backgroundColor=this.LoBck;
   this.style.textAlign=MenuTextCentered;
   if(eval(WhatMenu+'[2]'))this.style.backgroundImage="url(\'"+eval(WhatMenu+'[2]')+"\')";
   if(MemVal.indexOf('        this.style.width=Wdth-LftXtra+'px';
       this.style.height=Hght-TpXtra+'px';
       this.style.paddingLeft=LeftPaddng+'px';
       this.style.paddingTop=TopPaddng+'px'}
   else{    this.style.width=Wdth+'px';
       this.style.height=Hght+'px'}
   if(MemVal.indexOf('        t=Location.document.createTextNode(MemVal);
       this.appendChild(t)}
   else this.innerHTML=MemVal;
   if(eval(WhatMenu+'[3]')&&ShowArrow){
       a=RcrsLvl==1&&FirstLineHorizontal?3:RightToLeft?6:0;
       S=Arrws[a];
       W=Arrws[a+1];
       H=Arrws[a+2];
       T=RcrsLvl==1&&FirstLineHorizontal?Hght-H-2:(Hght-H)/2;
       L=RightToLeft?2:Wdth-W-2;
       if(DomYes){

           t=Location.document.createElement('img');
           this.appendChild(t);
           t.style.position='absolute';
           t.src=S;

           t.style.width=W+'px';
           t.style.height=H+'px';
           t.style.top=T+'px';
           t.style.left=L+'px'}
       else{    MemVal+="";
           this.innerHTML=MemVal}}
   if(ExpYes){this.onselectstart=CnclSlct;
       this.onmouseover=RcrsLvl==1&&UnfoldsOnClick?OpenMenuClick:OpenMenu;
       this.onmouseout=CloseMenu;
       this.onclick=RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?OpenMenu:GoTo    }
   else{    RcrsLvl==1&&UnfoldsOnClick?this.addEventListener('mouseover',OpenMenuClick,false):this.addEventListener('mouseover',OpenMenu,false);
       this.addEventListener('mouseout',CloseMenu,false);
       RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?this.addEventListener('click',OpenMenu,false):this.addEventListener('click',GoTo,false)}}

function NavMbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){
   var a,b,c,d;
   if(RcrsLvl==1){
       a=LowBgColor;
       b=HighBgColor;
       c=FontLowColor;
       d=FontHighColor}
   else {    a=LowSubBgColor;
       b=HighSubBgColor;
       c=FontSubLowColor;
       d=FontSubHighColor    }
   this.value=eval(WhatMenu+'[0]');
   this.ro=0;
   if(this.value.indexOf('rollover')!=-1){
       this.ro=1;
       this.ri1=this.value.substring(this.value.indexOf(':')+1,this.value.lastIndexOf(':'));
       this.ri2=this.value.substring(this.value.lastIndexOf(':')+1,this.value.length);
       this.rid=WhatMenu+'i';this.value=""}
   if(LeftPaddng&&this.value.indexOf('    if(FontBold)this.value=this.value.bold();
   if(FontItalic)this.value=this.value.italics();
   this.Ovalue=this.value;
   this.value=this.value.fontcolor(c);
   this.Ovalue=this.Ovalue.fontcolor(d);
   this.value=CntrTxt+""+this.value+TxtClose;
   this.Ovalue=CntrTxt+""+this.Ovalue+TxtClose;
   this.LoBck=a;
   this.HiBck=b;
   this.ChildCntnr=null;
   this.PrvMbr=PrMmbr;
   this.Hilite=0;
   this.visibility='inherit';
   if(this.LoBck)this.bgColor=this.LoBck;
   this.resizeTo(Wdth,Hght);
   if(!AcrssFrms&&eval(WhatMenu+'[2]'))this.background.src=eval(WhatMenu+'[2]');
   this.document.write(this.value);
   this.document.close();
   this.CmdLyr=new Layer(Wdth,MmbrCntnr);
   this.CmdLyr.Level=RcrsLvl;
   this.CmdLyr.LinkTxt=eval(WhatMenu+'[1]');
   this.CmdLyr.visibility='inherit';
   this.CmdLyr.onmouseover=RcrsLvl==1&&UnfoldsOnClick?OpenMenuClick:OpenMenu;
   this.CmdLyr.onmouseout=CloseMenu;
   this.CmdLyr.captureEvents(Event.MOUSEUP);
   this.CmdLyr.onmouseup=RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?OpenMenu:GoTo;
   this.CmdLyr.LowLyr=this;
   this.CmdLyr.resizeTo(Wdth,Hght);
   this.CmdLyr.Container=MmbrCntnr;
   if(eval(WhatMenu+'[3]')&&ShowArrow){
       a=RcrsLvl==1&&FirstLineHorizontal?3:RightToLeft?6:0;
       this.CmdLyr.ImgLyr=new Layer(Arrws[a+1],this.CmdLyr);
       this.CmdLyr.ImgLyr.visibility='inherit';
       this.CmdLyr.ImgLyr.top=RcrsLvl==1&&FirstLineHorizontal?Hght-Arrws[a+2]-2:(Hght-Arrws[a+2])/2;
       this.CmdLyr.ImgLyr.left=RightToLeft?2:Wdth-Arrws[a+1]-2;
       this.CmdLyr.ImgLyr.width=Arrws[a+1];
       this.CmdLyr.ImgLyr.height=Arrws[a+2];
       ImgStr="";
       this.CmdLyr.ImgLyr.document.write(ImgStr);
       this.CmdLyr.ImgLyr.document.close()}}

function CreateMenuStructure(MName,NumberOf){
   RcrsLvl++;
   var i,NoOffSubs,Mbr,Wdth=0,Hght=0;
   var PrvMmbr=null;
   var WMnu=MName+'1';
   var MenuWidth=eval(WMnu+'[5]');
   var MenuHeight=eval(WMnu+'[4]');
   var Location=RcrsLvl==1?FrstLoc:ScLoc;
   if (RcrsLvl==1&&FirstLineHorizontal){
       for(i=1;i            WMnu=MName+eval(i);
           Wdth=eval(WMnu+'[5]')?Wdth+eval(WMnu+'[5]'):Wdth+MenuWidth}
       Wdth=BorderBtwnElmnts?Wdth+(NumberOf+1)*BorderWidth:Wdth+2*BorderWidth;Hght=MenuHeight+2*BorderWidth}
   else{    for(i=1;i            WMnu=MName+eval(i);
           Hght=eval(WMnu+'[4]')?Hght+eval(WMnu+'[4]'):Hght+MenuHeight}
       Hght=BorderBtwnElmnts?Hght+(NumberOf+1)*BorderWidth:Hght+2*BorderWidth;Wdth=MenuWidth+2*BorderWidth}
   if(DomYes){
       var MmbrCntnr=Location.document.createElement("div");
       MmbrCntnr.style.position='absolute';
       MmbrCntnr.style.visibility='hidden';
       Location.document.body.appendChild(MmbrCntnr)}
   else{    if(Nav4) var MmbrCntnr=new Layer(Wdth,Location)
       else{    WMnu+='c';
           Location.document.body.insertAdjacentHTML("AfterBegin","");
           var MmbrCntnr=Location.document.all[WMnu]}}
   MmbrCntnr.SetUp=CntnrSetUp;
   MmbrCntnr.SetUp(Wdth,Hght,NumberOf);
   if(Exp4){    MmbrCntnr.InnerString='';
       for(i=1;i            WMnu=MName+eval(i);
           MmbrCntnr.InnerString+=""}
       MmbrCntnr.innerHTML=MmbrCntnr.InnerString}
   for(i=1;i        WMnu=MName+eval(i);
       NoOffSubs=eval(WMnu+'[3]');
       Wdth=RcrsLvl==1&&FirstLineHorizontal?eval(WMnu+'[5]')?eval(WMnu+'[5]'):MenuWidth:MenuWidth;
       Hght=RcrsLvl==1&&FirstLineHorizontal?MenuHeight:eval(WMnu+'[4]')?eval(WMnu+'[4]'):MenuHeight;
       if(DomYes){
           Mbr=Location.document.createElement("div");
           Mbr.style.position='absolute';
           Mbr.style.visibility='inherit';
           MmbrCntnr.appendChild(Mbr)}
       else Mbr=Nav4?new Layer(Wdth,MmbrCntnr):Location.document.all[WMnu];
       Mbr.SetUp=Nav4?NavMbrSetUp:MbrSetUp;
       Mbr.SetUp(MmbrCntnr,PrvMmbr,WMnu,Wdth,Hght);
       if(NoOffSubs) Mbr.ChildCntnr=CreateMenuStructure(WMnu+'_',NoOffSubs);
       PrvMmbr=Mbr}
   MmbrCntnr.FrstMbr=Mbr;
   RcrsLvl--;
   return(MmbrCntnr)}

function CreateMenuStructureAgain(MName,NumberOf){
   var i,WMnu,NoOffSubs,PrvMmbr,Mbr=FrstCntnr.FrstMbr;
   RcrsLvl++;
   for(i=NumberOf;i>0;i--){
       WMnu=MName+eval(i);
       NoOffSubs=eval(WMnu+'[3]');
       PrvMmbr=Mbr;
       if(NoOffSubs)Mbr.ChildCntnr=CreateMenuStructure(WMnu+'_',NoOffSubs);
       Mbr=Mbr.PrvMbr}
   RcrsLvl--}

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}






 





 

Hi, my name is Victoria and I have a skin care secret. I'm so excited to share with you the 
         latest in anti-aging skin care.  Women have begun to shed years from their faces without
         surgery or invasive and expensive techniques, and yet their secrets   have been well kept, 
         until now. This amazing skin care line was created by a company called Beauty Society 
         (formerly known as Intuit   Beauty). They have created esthetician quality products at
         affordable prices for both women and men. 

 



 Beauty Society's product line is absolutely superior.  Each and every product we offer reaches for the absolute highest bar-in quality, performance, safety, and overall impact on the world. 



             All of our products are irritant-free, cruelty-free, fragrance-free, environmentally-friendly and dermatologist-tested.  We promise every ingredient in our formulas are properly stabilized and used at the required percentages to produce the absolute best results. 



             Beauty Society will teach you the necessary steps to fabulous skin for life.  Beauty Society feels that it is important that you know what to use on your skin, and understand why. 

             uppermost quality and effective ingredients at the highest levels.  
 




 To complement our incredibly popular Enormous Lash eyelash conditioner, we are thrilled to announce the launch of three exciting new products each containing our patent-pending Enormous Lash formula ingredients. These products each help to strengthen & condition your lashes & brows while helping you look simply smashing. You don't want to miss out on these fantastic products! All backed by Beauty Society's 100% satisfaction money-back guarantee... it doesn't get any better than this!  

 



 

 






 Learn insider tips and tricks on flawless makeup application from Beauty Society's own executive makeup artist Nathan Johnson.  



 

 

 

 

We are so confident that you will love our products and see results that we offer a full twelve months to exchange or return your purchases.  Every skincare company claims to have great products.  Beauty Society has pushed the limits to prove to you that our products are the world's finest, strongest, and most effective by instituting an unheard-of lifetime product guarantee. 







 







Link to comment
Share on other sites



":""}}
FirstColPos=Nav4?FrstLoc.document:FrstLoc.document.body;
SecColPos=Nav4?ScLoc.document:ScLoc.document.body;
DocColPos=Nav4?DcLoc.document:ScLoc.document.body;
if (TakeOverBgColor)FirstColPos.bgColor=AcrssFrms?SecColPos.bgColor:DocColPos.bgColor;
if(MenuCentered=='justify'&&FirstLineHorizontal)ClcJus();
if(FrstCreat){
FrstCntnr=CreateMenuStructure('Menu',NoOffFirstLineMenus);
FrstCreat=AcrssFrms?0:1}
else CreateMenuStructureAgain('Menu',NoOffFirstLineMenus);
if(TargetLoc)ClcTrgt();
if(MenuCentered)ClcLft();
if(MenuVerticalCentered)ClcTp();
PosMenu(FrstCntnr,StartTop,StartLeft);
IniFlg=1;
Initiate();
Creatd=1;
if (AcrssFrms) //Added for Opera
{ //Added for Opera
ScLdAgainWin=ExpYes?ScLoc.document.body:ScLoc;
ScLdAgainWin.onunload=UnLoaded;
} //Added for Opera
Trigger.onresize=Nav4?ReDoWhole:RePos;
AfterBuild();
if(MenuVerticalCentered=='static'&&!AcrssFrms)setInterval('KeepPos()',250);
status='Menu ready for use'}

function KeepPos(){
// var TS=ExpYes?FrstLoc.document.body.scrollTop:FrstLoc.pageYOffset;
var TS= typeof FrstLoc.pageYOffset != 'undefined' ?
FrstLoc.pageYOffset :
FrstLoc.document.documentElement &&
FrstLoc.document.documentElement.scrollTop ?
FrstLoc.document.documentElement.scrollTop :
FrstLoc.document.body.scrollTop;
if(TS!=StaticPos){
var FCStyle=Nav4?FrstCntnr:FrstCntnr.style;
FrstCntnr.OrgTop=StartTop+TS;FCStyle.top=FrstCntnr.OrgTop+'px';StaticPos=TS}}

function ClcJus(){
var a=BorderBtwnElmnts?1:2,b=BorderBtwnElmnts?BorderWidth:0;
var Size=Math.round(((FrstWinWdth-a*BorderWidth)/NoOffFirstLineMenus)-B),i,j;
for(i=1;i StartLeft=0}

function ClcTrgt(){
var TLoc=Nav4?FrstLoc.document.layers[TargetLoc]:DomYes?FrstLoc.document.getElementById(TargetLoc):FrstLoc.document.all[TargetLoc];
StartTop=M_StrtTp;
StartLeft=M_StrtLft;
if(DomYes){
while(TLoc){StartTop+=TLoc.offsetTop;StartLeft+=TLoc.offsetLeft;TLoc=TLoc.offsetParent}}
else{ StartTop+=Nav4?TLoc.pageY:TLoc.offsetTop;StartLeft+=Nav4?TLoc.pageX:TLoc.offsetLeft}}

function ClcLft(){
if(MenuCentered!='left'&&MenuCentered!='justify'){
var Size=FrstWinWdth-(!Nav4?parseInt(FrstCntnr.style.width):FrstCntnr.clip.width);
StartLeft=M_StrtLft;
StartLeft+=MenuCentered=='right'?Size:Size/2}}

function ClcTp(){
if(MenuVerticalCentered!='top'&&MenuVerticalCentered!='static'){
var Size=FrstWinHght-(!Nav4?parseInt(FrstCntnr.style.height):FrstCntnr.clip.height);
StartTop=M_StrtTp;
StartTop+=MenuVerticalCentered=='bottom'?Size:Size/2}}

function PosMenu(CntnrPntr,Tp,Lt){
var Topi,Lefti,Hori;
var Cntnr=CntnrPntr;
var Mmbr=Cntnr.FrstMbr;
var CntnrStyle=!Nav4?Cntnr.style:Cntnr;
var MmbrStyle=!Nav4?Mmbr.style:Mmbr;
var PadL=Mmbr.value.indexOf('<')==-1?LftXtra:0;
var PadT=Mmbr.value.indexOf('<')==-1?TpXtra:0;
var MmbrWt=!Nav4?parseInt(MmbrStyle.width)+PadL:MmbrStyle.clip.width;
var MmbrHt=!Nav4?parseInt(MmbrStyle.height)+PadT:MmbrStyle.clip.height;
var CntnrWt=!Nav4?parseInt(CntnrStyle.width):CntnrStyle.clip.width;
var CntnrHt=!Nav4?parseInt(CntnrStyle.height):CntnrStyle.clip.height;
var SubTp,SubLt;
RcrsLvl++;
if (RcrsLvl==1 && AcrssFrms)!MenuFramesVertical?Tp=FrstWinHght-CntnrHt+(Nav4?4:0):Lt=RightToLeft?0:FrstWinWdth-CntnrWt+(Nav4?4:0);
if (RcrsLvl==2 && AcrssFrms)!MenuFramesVertical?Tp=0:Lt=RightToLeft?ScWinWdth-CntnrWt:0;
if (RcrsLvl==2 && AcrssFrms){Tp+=VerCorrect;Lt+=HorCorrect}
CntnrStyle.top=RcrsLvl==1?Tp+'px':0;
Cntnr.OrgTop=Tp;
CntnrStyle.left=RcrsLvl==1?Lt+'px':0;
Cntnr.OrgLeft=Lt;
if (RcrsLvl==1 && FirstLineHorizontal){
Hori=1;Lefti=CntnrWt-MmbrWt-2*BorderWidth;Topi=0}
else{ Hori=Lefti=0;Topi=CntnrHt-MmbrHt-2*BorderWidth}
while(Mmbr!=null){
MmbrStyle.left=Lefti+BorderWidth+'px';
MmbrStyle.top=Topi+BorderWidth+'px';
if(Nav4)Mmbr.CmdLyr.moveTo(Lefti+BorderWidth,Topi+BorderWidth);
if(Mmbr.ChildCntnr){
if(RightToLeft)ChldCntnrWdth=Nav4?Mmbr.ChildCntnr.clip.width:parseInt(Mmbr.ChildCntnr.style.width);
if(Hori){ SubTp=Topi+MmbrHt+2*BorderWidth;
SubLt=RightToLeft?Lefti+MmbrWt-ChldCntnrWdth:Lefti}
else{ SubLt=RightToLeft?Lefti-ChldCntnrWdth+ChildOverlap*MmbrWt+BorderWidth:Lefti+(1-ChildOverlap)*MmbrWt+BorderWidth;
SubTp=RcrsLvl==1&&AcrssFrms?Topi:Topi+ChildVerticalOverlap*MmbrHt}
PosMenu(Mmbr.ChildCntnr,SubTp,SubLt)}
Mmbr=Mmbr.PrvMbr;
if(Mmbr){ MmbrStyle=!Nav4?Mmbr.style:Mmbr;
PadL=Mmbr.value.indexOf('<')==-1?LftXtra:0;
PadT=Mmbr.value.indexOf('<')==-1?TpXtra:0;
MmbrWt=!Nav4?parseInt(MmbrStyle.width)+PadL:MmbrStyle.clip.width;
MmbrHt=!Nav4?parseInt(MmbrStyle.height)+PadT:MmbrStyle.clip.height;
Hori?Lefti-=BorderBtwnElmnts?(MmbrWt+BorderWidth):(MmbrWt):Topi-=BorderBtwnElmnts?(MmbrHt+BorderWidth):(MmbrHt)}}
RcrsLvl--}

function Initiate(){
if(IniFlg){ Init(FrstCntnr);IniFlg=0;
if(ShwFlg)AfterCloseAll();ShwFlg=0}}

function Init(CntnrPntr){
var Mmbr=CntnrPntr.FrstMbr;
var MCStyle=Nav4?CntnrPntr:CntnrPntr.style;
RcrsLvl++;
MCStyle.visibility=RcrsLvl==1?M_Show:M_Hide;
while(Mmbr!=null){
if(Mmbr.Hilite){Mmbr.Hilite=0;if(KeepHilite)LowItem(Mmbr)}
if(Mmbr.ChildCntnr) Init(Mmbr.ChildCntnr);
Mmbr=Mmbr.PrvMbr}
RcrsLvl--}

function ClearAllChilds(Pntr){
var CPCCStyle;
while (Pntr){
if(Pntr.Hilite){
Pntr.Hilite=0;
if(KeepHilite)LowItem(Pntr);
if(Pntr.ChildCntnr){
CPCCStyle=Nav4?Pntr.ChildCntnr:Pntr.ChildCntnr.style;
CPCCStyle.visibility=M_Hide;
ClearAllChilds(Pntr.ChildCntnr.FrstMbr)}
break}
Pntr=Pntr.PrvMbr}}

function GoTo(){
if(this.LinkTxt){
status='';
var HP=Nav4?this.LowLyr:this;
LowItem(HP);
this.LinkTxt.indexOf('javascript:')!=-1?eval(this.LinkTxt):DcLoc.location.href=this.LinkTxt}}

function HiliteItem(P){
if(Nav4){
if(P.ro)P.document.images[P.rid].src=P.ri2;
else{ if(P.HiBck)P.bgColor=P.HiBck;
if(P.value.indexOf(' P.document.write(P.Ovalue);
P.document.close()}}}
else{ if(P.ro){ var Lc=P.Level==1?FrstLoc:ScLoc;
Lc.document.images[P.rid].src=P.ri2}
else{ if(P.HiBck)P.style.backgroundColor=P.HiBck;
if(P.HiFntClr)P.style.color=P.HiFntClr}}
P.Hilite=1}

function LowItem(P){
if(P.ro){ if(Nav4)P.document.images[P.rid].src=P.ri1;
else{ var Lc=P.Level==1?FrstLoc:ScLoc;
Lc.document.images[P.rid].src=P.ri1}}
else{ if(Nav4){ if(P.LoBck)P.bgColor=P.LoBck;
if(P.value.indexOf(' P.document.write(P.value);
P.document.close()}}
else{ if(P.LoBck)P.style.backgroundColor=P.LoBck;
if(P.LwFntClr)P.style.color=P.LwFntClr}}}

function OpenMenu(){
if(!Loadd||!Creatd) return;
var TpScrlld=ExpYes?ScLoc.document.body.scrollTop:ScLoc.pageYOffset;
var LScrlld=ExpYes?ScLoc.document.body.scrollLeft:ScLoc.pageXOffset;
var CCnt=Nav4?this.LowLyr.ChildCntnr:this.ChildCntnr;
var ThisHt=Nav4?this.clip.height:parseInt(this.style.height);
var ThisWt=Nav4?this.clip.width:parseInt(this.style.width);
var ThisLft=AcrssFrms&&this.Level==1&&!FirstLineHorizontal?0:Nav4?this.Container.left:parseInt(this.Container.style.left);
var ThisTp=AcrssFrms&&this.Level==1&&FirstLineHorizontal?0:Nav4?this.Container.top:parseInt(this.Container.style.top);
var HP=Nav4?this.LowLyr:this;
CurrntOvr=this;
IniFlg=0;
ClearAllChilds(this.Container.FrstMbr);
HiliteItem(HP);
if(CCnt!=null){
if(!ShwFlg){ShwFlg=1; BeforeFirstOpen()}
var CCW=Nav4?this.LowLyr.ChildCntnr.clip.width:parseInt(this.ChildCntnr.style.width);
var CCH=Nav4?this.LowLyr.ChildCntnr.clip.height:parseInt(this.ChildCntnr.style.height);
var ChCntTL=Nav4?this.LowLyr.ChildCntnr:this.ChildCntnr.style;
var SubLt=AcrssFrms&&this.Level==1?CCnt.OrgLeft+ThisLft+LScrlld:CCnt.OrgLeft+ThisLft;
var SubTp=AcrssFrms&&this.Level==1?CCnt.OrgTop+ThisTp+TpScrlld:CCnt.OrgTop+ThisTp;
if(MenuWrap){
if(RightToLeft){
if(SubLt if(SubLt+CCW>ScWinWdth+LScrlld)SubLt=ScWinWdth+LScrlld-CCW}
else{ if(SubLt+CCW>ScWinWdth+LScrlld)SubLt=this.Level==1?ScWinWdth+LScrlld-CCW:SubLt-(CCW+(1-2*ChildOverlap)*ThisWt);
if(SubLt if(SubTp+CCH>TpScrlld+ScWinHght)SubTp=this.Level==1?SubTp=TpScrlld+ScWinHght-CCH:SubTp-CCH+(1-2*ChildVerticalOverlap)*ThisHt;
if(SubTp ChCntTL.top=SubTp+'px';ChCntTL.left=SubLt+'px';ChCntTL.visibility=M_Show}
status=this.LinkTxt}

function OpenMenuClick(){
if(!Loadd||!Creatd) return;
var HP=Nav4?this.LowLyr:this;
CurrntOvr=this;
IniFlg=0;
ClearAllChilds(this.Container.FrstMbr);
HiliteItem(HP);
status=this.LinkTxt}

function CloseMenu(){
if(!Loadd||!Creatd) return;
if(!KeepHilite){
var HP=Nav4?this.LowLyr:this;
LowItem(HP)}
status='';
if(this==CurrntOvr){
IniFlg=1;
if(CloseTmr)clearTimeout(CloseTmr);
CloseTmr=setTimeout('Initiate(CurrntOvr)',DissapearDelay)}}

function CntnrSetUp(Wdth,Hght,NoOff){
var x=RcrsLvl==1?BorderColor:BorderSubColor;
this.FrstMbr=null;
this.OrgLeft=this.OrgTop=0;
if(x)this.bgColor=x;
if(Nav4){ this.visibility='hide';
this.resizeTo(Wdth,Hght)}
else{ if(x)this.style.backgroundColor=x;
this.style.width=Wdth+'px';
this.style.height=Hght+'px';
this.style.fontFamily=FontFamily;
this.style.fontWeight=FontBold?'bold':'normal';
this.style.fontStyle=FontItalic?'italic':'normal';
this.style.fontSize=FontSize+'pt';
this.style.zIndex=RcrsLvl+Ztop}}

function MbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){
var Location=RcrsLvl==1?FrstLoc:ScLoc;
var MemVal=eval(WhatMenu+'[0]');
var t,T,L,W,H,S;
var a,b,c,d;
this.PrvMbr=PrMmbr;
this.Level=RcrsLvl;
this.LinkTxt=eval(WhatMenu+'[1]');
this.Container=MmbrCntnr;
this.ChildCntnr=null;
this.Hilite=0;
this.style.overflow='hidden';
this.style.cursor=ExpYes&&(this.LinkTxt||(RcrsLvl==1&&UnfoldsOnClick))?'pointer':'default';
this.ro=0;
if(MemVal.indexOf('rollover')!=-1){
this.ro=1;
this.ri1=MemVal.substring(MemVal.indexOf(':')+1,MemVal.lastIndexOf(':'));
this.ri2=MemVal.substring(MemVal.lastIndexOf(':')+1,MemVal.length);
this.rid=WhatMenu+'i';MemVal=""+this.ri1+""}
this.value=MemVal;
if(RcrsLvl==1){
a=LowBgColor;
b=HighBgColor;
c=FontLowColor;
d=FontHighColor}
else{ a=LowSubBgColor;
b=HighSubBgColor;
c=FontSubLowColor;
d=FontSubHighColor}
this.LoBck=a;
this.LwFntClr=c;
this.HiBck=b;
this.HiFntClr=d;
this.style.color=this.LwFntClr;
if(this.LoBck)this.style.backgroundColor=this.LoBck;
this.style.textAlign=MenuTextCentered;
if(eval(WhatMenu+'[2]'))this.style.backgroundImage="url(\'"+eval(WhatMenu+'[2]')+"\')";
if(MemVal.indexOf('<')==-1){
this.style.width=Wdth-LftXtra+'px';
this.style.height=Hght-TpXtra+'px';
this.style.paddingLeft=LeftPaddng+'px';
this.style.paddingTop=TopPaddng+'px'}
else{ this.style.width=Wdth+'px';
this.style.height=Hght+'px'}
if(MemVal.indexOf('<')==-1&&DomYes){
t=Location.document.createTextNode(MemVal);
this.appendChild(t)}
else this.innerHTML=MemVal;
if(eval(WhatMenu+'[3]')&&ShowArrow){
a=RcrsLvl==1&&FirstLineHorizontal?3:RightToLeft?6:0;
S=Arrws[a];
W=Arrws[a+1];
H=Arrws[a+2];
T=RcrsLvl==1&&FirstLineHorizontal?Hght-H-2:(Hght-H)/2;
L=RightToLeft?2:Wdth-W-2;
if(DomYes){

t=Location.document.createElement('img');
this.appendChild(t);
t.style.position='absolute';
t.src=S;

t.style.width=W+'px';
t.style.height=H+'px';
t.style.top=T+'px';
t.style.left=L+'px'}
else{ MemVal+="
"+S+"
";
this.innerHTML=MemVal}}
if(ExpYes){this.onselectstart=CnclSlct;
this.onmouseover=RcrsLvl==1&&UnfoldsOnClick?OpenMenuClick:OpenMenu;
this.onmouseout=CloseMenu;
this.onclick=RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?OpenMenu:GoTo }
else{ RcrsLvl==1&&UnfoldsOnClick?this.addEventListener('mouseover',OpenMenuClick,false):this.addEventListener('mouseover',OpenMenu,false);
this.addEventListener('mouseout',CloseMenu,false);
RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?this.addEventListener('click',OpenMenu,false):this.addEventListener('click',GoTo,false)}}

function NavMbrSetUp(MmbrCntnr,PrMmbr,WhatMenu,Wdth,Hght){
var a,b,c,d;
if(RcrsLvl==1){
a=LowBgColor;
b=HighBgColor;
c=FontLowColor;
d=FontHighColor}
else { a=LowSubBgColor;
b=HighSubBgColor;
c=FontSubLowColor;
d=FontSubHighColor }
this.value=eval(WhatMenu+'[0]');
this.ro=0;
if(this.value.indexOf('rollover')!=-1){
this.ro=1;
this.ri1=this.value.substring(this.value.indexOf(':')+1,this.value.lastIndexOf(':'));
this.ri2=this.value.substring(this.value.lastIndexOf(':')+1,this.value.length);
this.rid=WhatMenu+'i';this.value=""+this.ri1+""}
if(LeftPaddng&&this.value.indexOf('<')==-1&&MenuTextCentered=='left')this.value='&nbsp\;'+this.value;
if(FontBold)this.value=this.value.bold();
if(FontItalic)this.value=this.value.italics();
this.Ovalue=this.value;
this.value=this.value.fontcolor(c);
this.Ovalue=this.Ovalue.fontcolor(d);
this.value=CntrTxt+""+this.value+TxtClose;
this.Ovalue=CntrTxt+""+this.Ovalue+TxtClose;
this.LoBck=a;
this.HiBck=b;
this.ChildCntnr=null;
this.PrvMbr=PrMmbr;
this.Hilite=0;
this.visibility='inherit';
if(this.LoBck)this.bgColor=this.LoBck;
this.resizeTo(Wdth,Hght);
if(!AcrssFrms&&eval(WhatMenu+'[2]'))this.background.src=eval(WhatMenu+'[2]');
this.document.write(this.value);
this.document.close();
this.CmdLyr=new Layer(Wdth,MmbrCntnr);
this.CmdLyr.Level=RcrsLvl;
this.CmdLyr.LinkTxt=eval(WhatMenu+'[1]');
this.CmdLyr.visibility='inherit';
this.CmdLyr.onmouseover=RcrsLvl==1&&UnfoldsOnClick?OpenMenuClick:OpenMenu;
this.CmdLyr.onmouseout=CloseMenu;
this.CmdLyr.captureEvents(Event.MOUSEUP);
this.CmdLyr.onmouseup=RcrsLvl==1&&UnfoldsOnClick&&eval(WhatMenu+'[3]')?OpenMenu:GoTo;
this.CmdLyr.LowLyr=this;
this.CmdLyr.resizeTo(Wdth,Hght);
this.CmdLyr.Container=MmbrCntnr;
if(eval(WhatMenu+'[3]')&&ShowArrow){
a=RcrsLvl==1&&FirstLineHorizontal?3:RightToLeft?6:0;
this.CmdLyr.ImgLyr=new Layer(Arrws[a+1],this.CmdLyr);
this.CmdLyr.ImgLyr.visibility='inherit';
this.CmdLyr.ImgLyr.top=RcrsLvl==1&&FirstLineHorizontal?Hght-Arrws[a+2]-2:(Hght-Arrws[a+2])/2;
this.CmdLyr.ImgLyr.left=RightToLeft?2:Wdth-Arrws[a+1]-2;
this.CmdLyr.ImgLyr.width=Arrws[a+1];
this.CmdLyr.ImgLyr.height=Arrws[a+2];
ImgStr=""+Arrws[a]+"";
this.CmdLyr.ImgLyr.document.write(ImgStr);
this.CmdLyr.ImgLyr.document.close()}}

function CreateMenuStructure(MName,NumberOf){
RcrsLvl++;
var i,NoOffSubs,Mbr,Wdth=0,Hght=0;
var PrvMmbr=null;
var WMnu=MName+'1';
var MenuWidth=eval(WMnu+'[5]');
var MenuHeight=eval(WMnu+'[4]');
var Location=RcrsLvl==1?FrstLoc:ScLoc;
if (RcrsLvl==1&&FirstLineHorizontal){
for(i=1;i WMnu=MName+eval(i);
Wdth=eval(WMnu+'[5]')?Wdth+eval(WMnu+'[5]'):Wdth+MenuWidth}
Wdth=BorderBtwnElmnts?Wdth+(NumberOf+1)*BorderWidth:Wdth+2*BorderWidth;Hght=MenuHeight+2*BorderWidth}
else{ for(i=1;i WMnu=MName+eval(i);
Hght=eval(WMnu+'[4]')?Hght+eval(WMnu+'[4]'):Hght+MenuHeight}
Hght=BorderBtwnElmnts?Hght+(NumberOf+1)*BorderWidth:Hght+2*BorderWidth;Wdth=MenuWidth+2*BorderWidth}
if(DomYes){
var MmbrCntnr=Location.document.createElement("div");
MmbrCntnr.style.position='absolute';
MmbrCntnr.style.visibility='hidden';
Location.document.body.appendChild(MmbrCntnr)}
else{ if(Nav4) var MmbrCntnr=new Layer(Wdth,Location)
else{ WMnu+='c';
Location.document.body.insertAdjacentHTML("AfterBegin","
<\/div>");
var MmbrCntnr=Location.document.all[WMnu]}}
MmbrCntnr.SetUp=CntnrSetUp;
MmbrCntnr.SetUp(Wdth,Hght,NumberOf);
if(Exp4){ MmbrCntnr.InnerString='';
for(i=1;i WMnu=MName+eval(i);
MmbrCntnr.InnerString+="
<\/div>"}
MmbrCntnr.innerHTML=MmbrCntnr.InnerString}
for(i=1;i WMnu=MName+eval(i);
NoOffSubs=eval(WMnu+'[3]');
Wdth=RcrsLvl==1&&FirstLineHorizontal?eval(WMnu+'[5]')?eval(WMnu+'[5]'):MenuWidth:MenuWidth;
Hght=RcrsLvl==1&&FirstLineHorizontal?MenuHeight:eval(WMnu+'[4]')?eval(WMnu+'[4]'):MenuHeight;
if(DomYes){
Mbr=Location.document.createElement("div");
Mbr.style.position='absolute';
Mbr.style.visibility='inherit';
MmbrCntnr.appendChild(Mbr)}
else Mbr=Nav4?new Layer(Wdth,MmbrCntnr):Location.document.all[WMnu];
Mbr.SetUp=Nav4?NavMbrSetUp:MbrSetUp;
Mbr.SetUp(MmbrCntnr,PrvMmbr,WMnu,Wdth,Hght);
if(NoOffSubs) Mbr.ChildCntnr=CreateMenuStructure(WMnu+'_',NoOffSubs);
PrvMmbr=Mbr}
MmbrCntnr.FrstMbr=Mbr;
RcrsLvl--;
return(MmbrCntnr)}

function CreateMenuStructureAgain(MName,NumberOf){
var i,WMnu,NoOffSubs,PrvMmbr,Mbr=FrstCntnr.FrstMbr;
RcrsLvl++;
for(i=NumberOf;i>0;i--){
WMnu=MName+eval(i);
NoOffSubs=eval(WMnu+'[3]');
PrvMmbr=Mbr;
if(NoOffSubs)Mbr.ChildCntnr=CreateMenuStructure(WMnu+'_',NoOffSubs);
Mbr=Mbr.PrvMbr}
RcrsLvl--}

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}






top_bg1.jpgtop_bg2.jpgtop_bg3.jpg






lp_wel.jpg

Hi, my name is Victoria and I have a skin care secret. I'm so excited to share with you the
latest in anti-aging skin care. Women have begun to shed years from their faces without
surgery or invasive and expensive techniques, and yet their secrets have been well kept,
until now. This amazing skin care line was created by a company called Beauty Society
(formerly known as Intuit Beauty). They have created esthetician quality products at
affordable prices for both women and men.

lp_read.jpg


lp_our.jpgBeauty Society's product line is absolutely superior. Each and every product we offer reaches for the absolute highest bar-in quality, performance, safety, and overall impact on the world.



All of our products are irritant-free, cruelty-free, fragrance-free, environmentally-friendly and dermatologist-tested. We promise every ingredient in our formulas are properly stabilized and used at the required percentages to produce the absolute best results.



Beauty Society will teach you the necessary steps to fabulous skin for life. Beauty Society feels that it is important that you know what to use on your skin, and understand why.

uppermost quality and effective ingredients at the highest levels.


lp_ser.jpg

lp_women.jpg



To complement our incredibly popular Enormous Lash eyelash conditioner, we are thrilled to announce the launch of three exciting new products each containing our patent-pending Enormous Lash formula ingredients. These products each help to strengthen & condition your lashes & brows while helping you look simply smashing. You don't want to miss out on these fantastic products! All backed by Beauty Society's 100% satisfaction money-back guarantee... it doesn't get any better than this!



lp_read.jpg



 


 



















Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...