'); writeln(''); close(); } var img = new Image(); img.onload = function() { sizeImgWin(imgWin, img, caption) }; img.src = imageURL; } function sizeImgWin(win, img, caption) { var new_w = img.width; var new_h = img.height; var old_w = win.innerWidth || win.document.body.offsetWidth; var old_h = win.innerHeight || win.document.body.offsetHeight; if (!new_w) { new_w = old_w; } if (!new_h) { new_h = old_h; } new_w -= old_w; new_h -= old_h; win.resizeBy(new_w,new_h); win.document.title = caption; var pic = win.document.getElementById('pic'); pic.src = img.src; pic.style.display = 'block'; }

 

CONTACT BOARD CRAZY

Adam (the webmaster) can be reached at [email protected]. I’m happy to listen to any sensible suggestions, linking and advertising proposals you may have. If you’d like to contribute to the site please see below.

Home
Skateboarding Tricktionary
Skateboarding Articles & Trick Tips

Skateboarding Directory

COPYRIGHT © 2005 WWW.BOARD-CRAZY.CO.UK - DISCLAIMER - PRIVACY POLICY