function moving(d){
switch ( d ) { 
	case "aboutus":
	window.cd.height =1350; window.holder.height=1350; window.frames['holder'].location = "othercat/aboutus.asp"; 
	break;
	case "home":
	window.cd.height =1000; window.holder.height=1000; window.location="index.asp"; 
	break;
	////////////////////////////////////////////////////////////////////////////
	case "advice":
	window.cd.height =1700; window.holder.height=1700; window.frames["holder"].location = "useful/advice.asp"; 	
	break;
	case "whyforex":
	window.cd.height =800; window.holder.height=800; window.frames["holder"].location = "useful/whyforex.htm"; 	
	break;
	case "faq":
	window.cd.height =3500; window.holder.height='100%'; window.frames["holder"].location = "useful/faq.asp"; 
	break;
	case "terminology":
	window.cd.height =3250; window.holder.height='100%'; window.frames["holder"].location = "useful/terminology.asp"; 
	break;
	case "risk":
	window.cd.height =800; window.holder.height=800; window.frames['holder'].location = "useful/risk.asp"; 
	break;
	case "glossary":
	window.cd.height =16500; window.holder.height=16500; 
	window.frames['holder'].location = "useful/glossary.asp"; 
	break;
	////////////////////////////////////////
	
	case "res-cha":
	window.cd.height =1000; window.holder.height=1000; window.frames['holder'].location = "resources/chart.asp"; 
	break;
	case "res-quo":
	window.cd.height =1000; window.holder.height=1000; window.frames['holder'].location = "resources/quot.asp"; 
	break;
	case "res-new":
	window.cd.height =16500; window.holder.height=1000; window.frames['holder'].location = "resources/news.asp"; 
	break;
	case "res-glo":
	window.cd.height =3000; window.holder.height='100%'; window.frames['holder'].location = "resources/global_calander.asp"; 
	break;
	case "res-tv":
	window.cd.height =1000; window.holder.height=1000; window.frames['holder'].location = "resources/fxtv.asp"; 
	break;
	case "res-rad":
	window.cd.height =1000; window.holder.height=1000; window.frames['holder'].location = "resources/fxradio.asp"; 
	break;
	case "res-too":
	window.cd.height =1000; window.holder.height=1000; window.frames['holder'].location = "resources/tradertools.asp"; 
	break;
	//////////////////////////////////////////////////////////////////

	case "link-fin":
	window.cd.height =1000; window.holder.height=1000; window.frames['holder'].location = "links/links.asp"; 
	break;
	case "link-fea":
	window.cd.height =1500; window.holder.height='100%'; window.frames['holder'].location = "links/flinks.asp"; 
	break;
	case "link-apl":
	window.cd.height =1000; window.holder.height=1000; window.frames['holder'].location = "links/apply.aspx"; 
	break;
	////////////////////////////////////////
	case "ser-sub":
	window.cd.height =1000; window.holder.height=1000; window.frames['holder'].location = "service/subscribe.asp"; 
	break;
	case "ser-ana":
	window.cd.height =1000; window.holder.height=1000; window.frames['holder'].location = "service/technical.asp"; 
	break;
	case "ser-com":
	window.cd.height =2800; window.holder.height=2800; window.frames['holder'].location = "service/com.asp"; 
	break;
	////////////////////////////////////////
	case "acc-sta":
	window.cd.height =800; window.holder.height=800; window.frames['holder'].location = "account/openstandardaccount.htm"; 
	break;
	case "acc-dem":
	window.cd.height =800; window.holder.height=800; window.frames['holder'].location = "account/openDemoaccount.htm"; 
	break;
	case "acc-for":
	window.cd.height =800; window.holder.height=800; window.frames['holder'].location = "account/formsapp.htm"; 
	break;
	case "acc-min":
	window.cd.height =800; window.holder.height=800; window.frames['holder'].location = "account/openminiaccount.htm"; 
	break;
	case "acc-dow":
	window.cd.height =800; window.holder.height=800; window.frames['holder'].location = "account/downloads.htm"; 
	break;
	case "acc-fund":
	window.cd.height =800; window.holder.height=800; window.frames['holder'].location = "account/fund.htm"; 
	break;
	////////////////////////////////////////
	case "fxforums":
	window.cd.height =800; window.holder.height=800; window.frames['holder'].location = "forum/"; 
	break;
	case "edu":
	window.cd.height =5500; window.holder.height='100%'; window.frames['holder'].location = "othercat/education.asp"; 
	break;
	case "part":
	window.cd.height =800; window.holder.height=800; window.frames['holder'].location = "othercat/partners.htm"; 
	break;
	case "con":
	window.cd.height =800; window.holder.height=800; window.frames['holder'].location = "othercat/contactus.aspx"; 
	break;
	}

}
