
function x_open_photo_popup(album_id,position) {
	if(typeof(position)=="undefined"){
		window.open('http://x103.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	} else {
		window.open('http://x103.com/cc-common/gallery/display.html?album_id=' + album_id + '&position='+position, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	}
} 


function q_open_photo_popup(album_id,position) {
	if(typeof(position)=="undefined"){
		window.open('http://q95.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	} else {
		window.open('http://q95.com/cc-common/gallery/display.html?album_id=' + album_id + '&position='+position, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	}
} 




function w_open_photo_popup(album_id,position) {
	if(typeof(position)=="undefined"){
		window.open('http://wnde.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	} else {
		window.open('http://wnde.com/cc-common/gallery/display.html?album_id=' + album_id + '&position='+position, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	}
} 
