function popWin(type) {			
	if (type == "album") {
		openwindow('/wedding/album.php?aid=1','500','500','0','0','0','0','0','0','50','50');
	}
}