To make printer friendly pages, set the width at 640 pixels.
All technical information and questions about how to write html, JAVA Script, etc. can be found
here at http://www.w3schools.com.
How to Run an External JavaScript
Sometimes you might want to run the same script on several pages, without writing the script on each and every page.
To simplify this you can write a script in an external file, and save it with a .js file extension, like this:
document.write("This script is external")
Save the external file as xxx.js.
Note: The external script cannot contain the "script" tag
Now you can call this script, using the "src" attribute, from any of your pages:
script src="xxx.js" /script
By using the script above I can insert the following script on each page.
script type="text/javascript"
function myfunction(txt)
{
alert(txt)
}
/script
-------------
and then put the above code on pages with some different editing to call in different pictures and stuff.
"Fuction that returns a value.
Use Arrays to store links to files and then call them back based on when a link is clicked upon instead of having to create different webpages for everything.
http://www.w3schools.com/js/js_obj_array.asp