<!--
function ch_search(form) {
	if (form.field.value) {
		find_value = new Array();
		find_value["title"] = "A-L,M-Z";
		find_value["director_name"] = "A-L,M-Z";
		find_value["techinfo_year"] = "2010,2009,2008,2007,2006,2005,2004,2003,2002,2001,2000,1999,1998";
		find_value["genre"] = "Action,Animation,Comedy,Documentary,Drama,Erotic,Horror,Musical,Romantic,Sci-Fi,Thriller";
		tmp = find_value[form.field.value].split(",");
		form.find.length = 0;
		for(i = 0;i < tmp.length;i++) {
			form.find.options[i] = new Option(tmp[i],tmp[i]);
		}
	}
}
function search() {
	if (document.myform.field.value && document.myform.find.value)
		document.myform.submit();
}
function show(key) {
	var h;
    var w;
    if(key == "/movie/friend/html/load.html") {
    	h = 542;
    	w = 780;
    } else if(key == "/movie/mywifeisagangster/intro.html") {
		h = 620;
		w = 1015;
	} else if(key == "/movie/hidharma/intro.html") {
		h = 660;
		w = 980;
	} else if(key == "/movie/wanee&junah/intro.htm") {
		h = 580;
		w = 880;
	} else if(key == "/movie/lalasisters/index.asp") {
		h = 720;
		w = 1000;
	} else if(key == "/movie/ironpalm/default.htm") {
		h = 570;
		w = 400;
	} else if(key == "/movie/makeitbig/index.html") {
		h = 640;
		w = 780;
	} else if(key == "/newtitles/h_p.html") {
		h = 600;
		w = 769;
	} else if(key == "/newtitles/lovers_p.html") {
		h = 599;
		w = 785;
	} else if(key == "/newtitles/oasis_p.html") {
		h = 487;
		w = 711;
	} else if(key == "/movie/betonmydisco/index.html") {
		h = 700;
		w = 1000;
	} else if(key == "/movie/champion/index.html") {
		h = 700;
		w = 1000;
	} else if(key == "/movie/oasis/main.htm") {
		h = 545;
		w = 970;
	} else if(key == "/movie/coast_guard/index.html") {
		h = 700;
		w = 1000;
	} else if(key == "/movie/stealitifyoucan/index.asp") {
		h = 400;
		w = 660;
	} else if(key == "/movie/twosisters/intro.html") {
		h = 600;
		w = 800;
	} else if(key == "/movie/oldboy/index.html") {
		h = 640;
		w = 1000;
	} else {
		h = 520;
    	w = 785;
	}
	win_prop="width="+w+",height="+h+",directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,top=0,left=0";    	
	if(key == "http://www.cineclickasia.com/movie/sorum/intro.html") {
        var winAttr = 'directories=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,top=0,left=0,' ;
        if(key != "") {
             if ((document.all)||(document.layers)) {
                    if (document.all) {
                         winAttr += 'width=' + (screen.availWidth-12) + ',height=' + (screen.availHeight-28) ;
                    }
                     else {
                           if (document.layers) {
                                 winAttr += 'OuterWidth=' + screen.availWidth + ',OuterHeight=' + screen.availHeight ;
                            }
                     }
                     TheSite = window.open(key,"popup",winAttr) ;
              }
              else 
              {
                    winAttr+=",width=800,height=600";
                    window.open(key,"popup",winAttr);
              }
        }
	} else if(key != "") {
				 window.open(key, "popup", win_prop);
	}
}

function show2(key) {
	if(key != "") {
		location.href = key;
	}
}
//-->
