function openRecomment(lng){
	var z = window.open("../../common/paf/recomment.asp?lng="+lng,"rcmnt","width=300,height=400,top=150,left=150");
}


function openPlans(lng){
	var z = window.open("../../common/conventionPlan/plans.asp?lng="+lng,"conPlans","width=900,height=700,top=10,left=10");
}


function openIpix(url){
	var z = window.open(url,"ipx","width=308,height=262,top=150,left=150,status=yes");
}
