<!--
function drawMenu() {
	document.write('<p><b><font size="3" face="Arial">PictureBall<br>');
	document.write('Products</font></b></p>');

	document.write('<p><a href="http://www.pictureball.com/default.htm" target="_top"><font face="Arial" size="2">Home<br>');
	document.write('</font></a><font face="Arial" size="2"><a href="baseball.htm" target="_top">Baseball<br>');
	document.write('</a><a href="softball.htm" target="_top">Softball<br>');
	document.write('</a><a href="football.htm" target="_top">Football<br>');
	document.write('</a><a href="basketball.htm" target="_top">Basketball<br>');
	document.write('</a><a href="soccerball.htm" target="_top">Soccerball<br>');
	document.write('</a><a href="volleyball.htm" target="_top">Volleyball<br>');
	document.write('</a><a href="hockeypuck.htm" target="_top">Hockey Puck<br>');
	document.write('</a><a href="christmas-ornament.htm" target="_top">Christmas Ornament<br>');
	document.write('</a><a href="golfball.htm" target="_top">Golf Ball</a></font></p>');
	document.write('<p><font face="Arial" size="2"><a href="req_info.htm" target="_top">Contact Us</a></font></p>');

}

function drawMail() {
	document.write('<p><font face="Arial" color="#800000" size="1"><b>DataCal Enterprises</b></font><font face="Arial" size="1" color="#800000"><br>');
	document.write('1345 N. Mondel Dr.<br>Gilbert, AZ 85233<br>USA<br>Phone: 800-223-0123<br>480-813-3100<br>Fax: 480-545-8090</font></p>');
	document.write('<p><font face="Arial" size="1" color="#800000">Copyright © 2004<br>DataCal Enterprises<br>');
	document.write('All rights reserved.</font></p><p><a href="mailto:'+'info'+'@datacal'+'.com">');
	document.write('<img border="0" src="http://www.datacal.com/s_images/mail.gif" width="37" height="29"></a><font face="Arial" size="1" color="#800000"><br>');
	document.write('</font></p>');
}	


//-->



