﻿// JavaScript Date Document

function Album(theURL,winName,features) { //v2.0
  window.open(theURL,"album","scrollbars=yes,resizable=yes,width=600,height=720 top=11,left=20");
}

