function openAlbumPhoto(lang)
{
	ap_win=window.open('albumphoto/AP_visual.php?lang=' + lang, 'album_photo', 
		'width=447, height=430');
}

