Full Screen
5
Easy to use FullScreen script
function fullscreen(){
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
return false;
}
Comments
Wed. Dec. 27th, 2006 10:05 AM
bertheymans
bertheymans
Wed. Dec. 27th, 2006 7:45 PM
siva
siva





