function shckbp(shckp,shckti,shckte,shckid) { var undefined; if (shckte==undefined) {shckte='';} if (shckti==undefined) {shckti='gartersnake';} shcknw=window.open('',shckid , 'showpic','resizable=0'); with (shcknw) { focus (); document.open(); document.write('\n\n'); document.write(''+shckti+''); document.write(''); document.write('') document.write(''); document.write('\"'+shckte+'\"') document.close(); } } function shckrez(x,y) { if (navigator.appName == 'Microsoft Internet Explorer') {shcknw.resizeTo(x+10,y+29);} else { if(navigator.appVersion.substring(0,1) < "5") {shcknw.resizeTo(x,y);} else {shcknw.resizeTo(x+8,y+28);} } shckx=(screen.availWidth/2)-(x/2); shcky=(screen.availHeight/2)-(y/2); shcknw.moveTo(shckx,shcky); }