var CurrentLogo="2_01";

function ForwardFrameN(TPage,MPage)
{
CurrentLogo="2_01";
eval("window.button.document.logo.src=\"..\/images\/2_01.jpg\"");
FTPage ="beauty\/"+TPage;

window.topwnd.location=FTPage;
window.mainwnd.location=MPage;
}


function ForwardProductN(MPage)
{
//FMPage = "../"+MPage;
//alert (MPage);
window.mainwnd.location=MPage;
}



function newWnd(_URL)
{
window.open(_URL,"","width=440,height=250,resizable=no,scrollbars=yes,screenX=200,screenY=150");
}

function newWnd1(_URL)
{
window.open(_URL,"","width=240,height=400,resizable=no,scrollbars=yes,screenX=200,screenY=150");
}



function ChangeLogo(name,direction)
{
 eval("window.button.document.logo.src=\"..\/images\/"+name+".jpg\"");
}

function ChangeCurLogo(cname)
{
CurrentLogo=cname;
}
