
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
function winSelect(lang, us_id, site) {
	if(site == "air"){
      window.open('./flash/myairline/select_img.php?id='+us_id+'&lang='+lang ,'test','width=285,height=10,top=100,left=100');
   }
   if(site == "galery"){
      window.open('./flash/galery_tip/select_img.php?lang='+lang,'test','width=450,height=400,top=100,left=100');
   }
}
