var main = "/index.asp";

var about = "/about/overview.asp";
var 	Corporate information = "";
var 	REsearch&Development = "";
var 	News&Event = "";
var product = "";
var 	Overview = "";
var 	Frequent Replacement lenses(Disposable lenses) = "";
var 	Colored lenses = "";
var 	Astigmatic lenses = "";
var 	Gas Permeable lenses = "";
var 	Specialty lenses = "";
var 	Lens Care Solution = "";
var 	Lens Care Accessories = "";
var support = "";
var 	Download = "";
var 	FAQs = "";
var 	Q&A = "";
var 	Glossary of Terms = "";
var enquiry = "";
var 	Partner Registration = "";
var 	Online customer Service = "";




function go_TopUrl(name,win) {
	if (name == null) {
			alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
			return;
	} else {
		if (win == null) {
			if(name.indexOf("(") != -1) 	eval(name);
			else document.location.href = eval(name);
		} else {
				window.open(eval(name), win);
		}
	}
}
