function writeHPMenu() {
document.write("<A HREF=/models.htm CLASS=menu>Information for Models</A> <SPAN CLASS=body9-orange>+</SPAN> <A HREF=/pdf/model_form.pdf CLASS=menu>Adult Model Release Form</A> <SPAN CLASS=body9-orange>+</SPAN> <A HREF=/pdf/minor_form.pdf CLASS=menu>Minor Release Form</A><BR><BR>"); 
document.write("<A HREF=/location.htm CLASS=menu>Information for Location Providers</A> <SPAN CLASS=body9-orange>+</SPAN> <A HREF=/pdf/location_form.pdf CLASS=menu>Location Release Form</A><BR><BR>");
document.write("<A HREF=/faq_models.htm CLASS=menu>Frequently Asked Questions ~ Models</A><BR><BR>"); 
document.write("<A HREF=/faq_location.htm CLASS=menu>Frequently Asked Questions ~ Locations</A><BR><BR>"); 
document.write("<A HREF=/tears_gallery/index.htm CLASS=menu>Stock Photo Use Examples</A><BR><BR>"); 
}

function writeSecMenu() {
document.write("<A HREF=/tears_gallery/index.htm CLASS=menu>Stock Photos Sample Use</A> &nbsp; &nbsp; &nbsp; "); 
}

function writeSecMenuMod() {
document.write("<A HREF=/tears_gallery/index.htm CLASS=menu>Stock Photos Sample Use</A> &nbsp; &nbsp; &nbsp; "); 
document.write("<A HREF=/faq_models.htm CLASS=menu>Frequently Asked Questions - Models</A><BR><BR>"); 
}

function writeSecMenuLoc() {
document.write("<A HREF=/tears_gallery/index.htm CLASS=menu>Stock Photos Sample Use</A> &nbsp; &nbsp; &nbsp; "); 
document.write("<A HREF=/faq_location.htm CLASS=menu>Frequently Asked Questions - Location</A><BR><BR>"); 
}

function writeTopMenu() {
document.write("<A HREF=/gallery.htm CLASS=menu>Gallery</A>"); 
document.write("<IMG SRC=/pics/spacer.gif WIDTH=24 HEIGHT=10 BORDER=0><A HREF=/models.htm CLASS=menu>Models</A>"); 
document.write("<IMG SRC=/pics/spacer.gif WIDTH=24 HEIGHT=10 BORDER=0><A HREF=/location.htm CLASS=menu>Location Providers</A>"); 
document.write("<IMG SRC=/pics/spacer.gif WIDTH=24 HEIGHT=10 BORDER=0><A HREF=/contact.htm CLASS=menu>Contact Info</A>"); 
document.write("<IMG SRC=/pics/spacer.gif WIDTH=24 HEIGHT=10 BORDER=0><A HREF=/index.htm CLASS=menu>Home</A>"); 
}

function join_email() {
	url = "/cgi-bin/join_email.pl?p=show_form";
	email_window = window.open(url, "join_email_window", "width=600,height=400,scrollbars=0");
    email_window.focus();
}















