function popmusicplayer() {
	window.open('../assets/popups/av/avplayer.html','av','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=700, height=500,left=0,top=0');
	}

function popbuyalbum() {
	window.open('homepage_buylink','buyalbum','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=510,left=0,top=0');
	}

function openPhoto(img_id) { 
	var this_url = "photo-single.php?photo_id=" + img_id;	
	var display = window.open(this_url,'display','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=500,height=600');
	display.focus();
	}
	