function openPopup(url,name,width,height) {	
	popup = window.open("url"," name", "'width=' + width + ',height=' + height +" );
//popup.moveTo(((screen.availWidth-340)/2),((screen.availHeight-360)/2));
	popup.focus();
}

function openPopup1(){
	popup=window.open("senmon.html","sWindow","width=800,height=810,resizable=yes,scrollbars=yes");
}

function openPopup2(){
	popup=window.open("kanri.html","kWindow","width=600,height=450,resizable=yes,scrollbars=yes");
}

function openPopup3(){
	popup=window.open("jimu.html","jWindow","width=600,height=400,resizable=yes,scrollbars=yes");
}

function openPopup4(){
	popup=window.open("hanbai.html","hWindow","width=500,height=300,resizable=yes,scrollbars=yes");
}

function openPopup5(){
	popup=window.open("service.html","seWindow","width=700,height=450,resizable=yes,scrollbars=yes");
}

function openPopup6(){
	popup=window.open("http://www.ardent-staff.com/details/mobile/qr.html","seWindow","width=700,height=700,resizable=yes,scrollbars=yes");
}

//PICK UPÍÑ
function openPickUp(num,url){
	//¸¦½¤²ñ
	if(num == 0){
		var win1=window.open(url,'pickup0','width=550, height=300,toolbar=no,location=no,status=no, menubar=no,scrollbars=yes');
	//ÅÚÍËÅÐÏ¿²ñ
	}else if(num == 1){
		var win1=window.open(url,'pickup1','width=450, height=300,toolbar=no,location=no,status=no, menubar=no,scrollbars=yes');
	//Ìë´ÖÅÐÏ¿²ñ
	}else if(num == 2){
		var win1=window.open(url,'pickup2','width=450, height=200,toolbar=no,location=no,status=no, menubar=no,scrollbars=yes');
	}
}

