function writeHPMenu() {
document.write("<A HREF=/prints_1.htm CLASS=m>Art Prints Series</A><BR><BR>"); 
document.write("<A HREF=/motly_1.htm CLASS=m>Motley Mix Series</A><BR><BR>"); 
document.write("<A HREF=/zodiac_1.htm CLASS=m>Zodiac Series</A><BR><BR>"); 
document.write("<A HREF=/cards_1.htm CLASS=m>Greeting Cards</A><BR><BR>"); 
document.write("<A HREF=/about.htm CLASS=m>About the Artist</A><BR><BR>"); 
document.write("<A HREF=/ordering.htm CLASS=m>Order a Print</A><BR><BR>"); 
document.write("<A HREF=/contact.htm CLASS=m>Contact</A><BR><BR><BR><BR>"); 
}


function writeSECMenu() {
document.write("<A HREF=/prints_1.htm CLASS=m>Art Prints Series</A><BR><BR>"); 
document.write("<A HREF=/motly_1.htm CLASS=m>Motley Mix Series</A><BR><BR>"); 
document.write("<A HREF=/zodiac_1.htm CLASS=m>Zodiac Series</A><BR><BR>"); 
document.write("<A HREF=/cards_1.htm CLASS=m>Greeting Cards</A><BR><BR>"); 
document.write("<A HREF=/about.htm CLASS=m>About the Artist</A><BR><BR>"); 
document.write("<A HREF=/ordering.htm CLASS=m>Order a Print</A><BR><BR>"); 
document.write("<A HREF=/contact.htm CLASS=m>Contact</A><BR><BR><BR><BR>"); 
document.write("<A HREF=/index.htm CLASS=m>Home</A><BR><BR><BR><BR>"); 
}


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();
}


function show_zodiac(w,h,sel)
	{
	winLoc = "/show_zodiac_pic.htm?pic="+sel;
	newwindow = window.open(winLoc, "popup", "width="+w+",height="+h);
	}

function show_print(w,h,sel)
	{
	winLoc = "/show_print_pic.htm?pic="+sel;
	newwindow = window.open(winLoc, "popup", "width="+w+",height="+h);
	}
	
function show_motly(w,h,sel)
	{
	winLoc = "/show_motly_pic.htm?pic="+sel;
	newwindow = window.open(winLoc, "popup", "width="+w+",height="+h);
	}

function show_cards1(w,h,sel)
	{
	winLoc = "/show_cards1_pic.htm?pic="+sel;
	newwindow = window.open(winLoc, "popup", "width="+w+",height="+h);
	}





















