
// main
function main() {
	location.href = '/index.html';
}
function eng() {
	location.href = 'http://www.plantynet.com/eng/';
}
//company
function c1() {
	location.href = '/company/intro/index.html';
}
function c2() {
	location.href = '/company/info/index.html';
}
function c3() {
	location.href = '/company/servicecoop/index.html';
}
//service
function s1() {
	location.href = '/service/oldservice/index.html';
}
function s2() {
	location.href = '/service/newservice/index.html';
}
//R&D
function r1() {
	location.href = "/r_d/info/index.html";
}
function r2() {
	location.href = "/r_d/trend/index.html";
}
function r3() {
	location.href = "/r_d/patent/index.html";
}
//global
function g1() {
	location.href = "/global/info/index.html";
}
//ir
function i1() {
	location.href = "/ir_pr/notice/index.html";
}
function i2() {
	location.href = "/ir_pr/announcement/index.html";
}
function i3() {
	location.href = "/ir_pr/stockinfo/index.html";
}
function i4() {
	location.href = "/ir_pr/financialinfo/index.html";
}
function i5() {
	location.href = "/ir_pr/researchpaper/index.html";
}
//recruit
function re1() {
	location.href = "/recruit/info/index.html";
}
function re2() {
	location.href = "/recruit/ann/index.html";
}
function re3() {
	location.href = "/recruit/online/index.html";
}

function contact() {
	location.href = "/etc/contactus/index.html";
}

function sitemap() {
	location.href = "/etc/sitemap/index.html";
}

//ºê·Î½´¾î
function eb1() {
	var myUrl = "/popup/e_brochure.html";									
	var myStatus = "toolbar=no,";									
		myStatus += "location=no,";									
		myStatus += "scrollbars=no,";	
		myStatus += "resizable=yes,";;	
		myStatus += "fullscreen=no,";									
		myStatus += "status=no,";
		myStatus += "titlebar=no,";										
		myStatus += "width=696,";											
		myStatus += "height=500,";										
		myStatus += "top=250,";											
		myStatus += "left=150;";
		newWin=window.open(myUrl,"aaa",myStatus); 
		newWin.focus(); 
	//window.open(myUrl,"aa");
}
function eb2() {
	var myUrl = "/popup/demo.html";									
	var myStatus = "toolbar=no,";									
		myStatus += "location=no,";									
		myStatus += "scrollbars=no,";	
		myStatus += "resizable=yes,";;	
		myStatus += "fullscreen=no,";									
		myStatus += "status=no,";										
		myStatus += "titlebar=no,";										
		myStatus += "width=696,";											
		myStatus += "height=500,";										
		myStatus += "top=250,";											
		myStatus += "left=150;";											
		newWin=window.open(myUrl,"bbb",myStatus); 				
		newWin.focus(); 
}
function eb3() {
	window.open('/uploadfiles/File/infoman090901_.pdf');	
}
//·Ñ¸µ¹è³Ê

function br1() {
	//location.href = "http://www.joosshop.co.kr";

window.open("http://www.joosshop.co.kr","fullscreen"); 

}

function br2() {
	//location.href = "http://www.joos.co.kr";
	window.open("http://www.joos.co.kr"); 
}
function br3() {
	//location.href = "http://www.moazine.com";
	window.open("http://www.moazine.com"); 
}
function br4() {
	location.href = "/service/newservice/jamynote.html";
}
function br5() {
	location.href = "/service/oldservice/timecodi.html";
}