<!--
function passWord1() {
var pass1 = form.mobius.value;
if (pass1.toLowerCase() == "paola") {
location.replace('http://www.grafikcom.com/fournier/index.php'); }
if (pass1.toLowerCase() != "paola") {
alert('Access Denied - Password Incorrect, Please Try Again.'); }
} 
function passWord2() {
var pass2 = form.inuit.value;
if (pass2.toLowerCase() == "christian") {
location.replace('http://www.grafikcom.com/clientftp/3295proof1.pdf'); }
if (pass2.toLowerCase() != "christian") {
alert('Access Denied - Password Incorrect, Please Try Again.'); }
} 
function passWord3() {
var pass3 = form.albro.value;
if (pass3.toLowerCase() == "al") {
location.replace('http://www.grafikcom.com/albro/index.html'); }
if (pass3.toLowerCase() != "al") {
alert('Access Denied - Password Incorrect, Please Try Again.'); }
}
function passWord4() {
var pass4 = form.gwava.value;
if (pass4.toLowerCase() == "christina") {
location.replace('nowork.html'); }
if (pass4.toLowerCase() != "christina") {
alert('Access Denied - Password Incorrect, Please Try Again.'); }
} 
function passWord5() {
var pass5 = form.accent.value;
if (pass5.toLowerCase() == "miles") {
location.replace('nowork.html'); }
if (pass5.toLowerCase() != "miles") {
alert('Access Denied - Password Incorrect, Please Try Again.'); }
} 
function passWord6() {
var pass6 = form.ulrich.value;
if (pass6.toLowerCase() == "ingrid") {
location.replace('ulrich/ulrich.html'); }
if (pass6.toLowerCase() != "ingrid") {
alert('Access Denied - Password Incorrect, Please Try Again.'); }
} 
function passWord7() {
var pass7 = form.plasticor.value;
if (pass7.toLowerCase() == "rob") {
location.replace('http://www.grafikcom.com/plasticor/index.html'); }
if (pass7.toLowerCase() != "rob") {
alert('Access Denied - Password Incorrect, Please Try Again.'); }
} 
function passWord8() {
var pass8 = form.bliss.value;
if (pass8.toLowerCase() == "richard") {
location.replace('http://www.grafikcom.com/bliss/index.html'); }
if (pass8.toLowerCase() != "richard") {
alert('Access Denied - Password Incorrect, Please Try Again.'); }
} 
function passWord9() {
var pass9 = form.velours.value;
if (pass9.toLowerCase() == "frank") {
location.replace('http://www.grafikcom.com/velours/'); }
if (pass9.toLowerCase() != "frank") {
alert('Access Denied - Password Incorrect, Please Try Again.'); }
} 
function passWord10() {
var pass9 = form.sunotech.value;
if (pass9.toLowerCase() == "frank") {
location.replace('http://www.grafikcom.com/sunotech/index.html'); }
if (pass9.toLowerCase() != "frank") {
alert('Access Denied - Password Incorrect, Please Try Again.'); }
} 
-->