//<script>

/*
Credits screen script
By JavaScript Kit 
http://javascriptkit.com
Over 400+ original scripts here!
*/

function opencredit(){
//set this to the file of the credit
var creditfile="instructions.htm"

if (document.all)
creditwindow=window.open(creditfile,"","width=445,height=350")
else
creditwindow=window.open(creditfile,"","width=445,height=350,scrollbars")
}
//</script>
