function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) {
	v=args[i+2];
	if (obj.style) { 
			obj=obj.style;
			v=(v=='show')?'block':(v=='hide')?'none':v;
		}
	obj.display=v;
	}
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function on_mouse(obj,isrc){
	obj.src=isrc;
}

function Csoon(){
	alert("Coming soon.")
}

function Go_Page(f,s){
var Upath
	if (f==0){
		if (s==0){ Upath="/main/idmain.asp"}
	}
	if (f==1){
		if (s==1){ Upath="/Board/News/NewsListFrm.asp"}
		if (s==2){ Upath="/Board/Update/UpdateListFrm.asp"}
		if (s==3){ Upath="/Board/Event/EventListFrm.asp"}
	}
	if (f==2){
		if (s==1){ Upath="/Info/GameGuideFrm.asp"}
		if (s==2){
				//alert("coming soon.");
				Upath="/Info/malerankingfrm.asp" 
			}
		if (s==3){	
				alert("coming soon.");
				//Upath="/Info/MusicFrm.asp" 
			}
	}
	if (f==3){
		if (s==1){ Upath="/ItemShop/MaleItemFrm.asp"}
	}
	if (f==4){
		if (s==1){ Upath="/Download/ClientFrm.asp"}
		if (s==2){ Upath="/Download/WallpaperFrm.asp"}
	}
	if (f==5){
		if (s==0){ Upath="/Board/Screenshot/SSListFrm.asp"}
		if (s==1){ Upath="http://forum.gameclub.com/index.php?board=223.0"}
		if (s==2){ Upath="/Board/Screenshot/SSListFrm.asp"}
		if (s==3){ Upath="/Board/FanArt/FAListFrm.asp"}
	}
	if (f==6){
		Upath="/lounge/main/main.asp"
		//alert("coming soon.");
	}

	if (Upath){
		if (Upath=="http://forum.gameclub.com/index.php?board=223.0"){
			window.open(Upath,'_blank');
		}else{
			location.href=Upath
		}

	}
}


function go_view(idx)
{
	var f = document.form1;
	f.target = "_self";
	f.action = "/lounge/sub/profile_member.asp?Proidx=" + idx + "&Opt=3";
	f.submit();
}

function OpenPopup(idx)
{
	window.open("/lounge/sub/MsgSend.asp?idx=" + idx, "SendMessage", "width=465, height=420, scrollbars=auto");
}

function ViewItem(idx)
{
	window.open("/sub/item/popup.asp?idx="+idx,"","width=350,height=266 scrollbars=yes","")
}
function go_list()
{
	var frm = document.form1;

	frm.action="/lounge/sub/search_list.asp";
	frm.target = "_self";
	frm.submit();
}
