// This function is used for display style #1 = original album function imgPreload(a) { if(!document.images) return; var temp = new Image(); temp.src = a; return a; } function imgb(n,t) { t=t?t:'GRAVEL Photo Album'; temp = window.open('','_blank','height=480,width=640'); temp.document.write(""+t+"" + '' + '' + '' ); temp.document.close(); }