function openAlbum(str,inWid,inHei) {
window.open(str,"album","menubar=no,locationbar=no,toolbar=no,height="+inHei +",width="+inWid);
}
