b_submit = new Image();
b_submit.src = '/img/b_submit0.gif';
  b_submit1 = new Image();
b_submit1.src = '/img/b_submit1.gif';
b_submitorder = new Image();
b_submitorder.src = '/img/b_submitorder0.gif';
  b_submitorder1 = new Image();
b_submitorder1.src = '/img/b_submitorder1.gif';
scroll_up1 = new Image();
scroll_up1.src = '/img/scroll_up1.gif';
scroll_down1 = new Image();
scroll_down1.src = '/img/scroll_down1.gif';
scroll_up = new Image();
scroll_up.src = '/img/scroll_up0.gif';
scroll_down = new Image();
scroll_down.src = '/img/scroll_down0.gif';
  
function mover(obj) {
	if (document.images) {
		eval( "document." + obj + ".src = " + obj + "1.src;");
		return 1;
	}
}

function mout(obj) {
	if (document.images) {
	  eval( "document." + obj + ".src = " + obj + ".src;");
	  return 1;
	}
}

function PopUp(nURL,winName,popW,popH) {
  	w = screen.width ; h = screen.height
  	if (document.layers) {
    		if ((w >= 800) && (w <= 1028)) {w = 1028}
    		if ((h >= 600) && (h <= 780))  {h = 780}
    		if ((w >= 640) && (w <= 800))  {w = 800}
    		if ((h >= 480) && (h <= 600))  {h = 600}
    		if (w <= 640) {w = 640}
    		if (h <= 480) {h = 480}
  	}
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no" + ",left=" + leftPos + ",top=" + topPos + ",width=" + popW + ",height=" + popH;
	popup = window.open(nURL,winName,windowprops);
	if (popup.blur) {
	  popup.focus();
	}
}

function PopUpRes(nURL,winName,popW,popH) {
  	w = screen.width ; h = screen.height
  	if (document.layers) {
    		if ((w >= 800) && (w <= 1028)) {w = 1028}
    		if ((h >= 600) && (h <= 780))  {h = 780}
    		if ((w >= 640) && (w <= 800))  {w = 800}
    		if ((h >= 480) && (h <= 600))  {h = 600}
    		if (w <= 640) {w = 640}
    		if (h <= 480) {h = 480}
  	}
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes" + ",left=" + leftPos + ",top=" + topPos + ",width=" + popW + ",height=" + popH;
	popup = window.open(nURL,winName,windowprops);
	if (popup.blur) {
	  popup.focus();
	}
}

function PopUpPDF(nURL,winName,popW,popH) {
  	w = screen.width ; h = screen.height
  	if (document.layers) {
    		if ((w >= 800) && (w <= 1028)) {w = 1028}
    		if ((h >= 600) && (h <= 780))  {h = 780}
    		if ((w >= 640) && (w <= 800))  {w = 800}
    		if ((h >= 480) && (h <= 600))  {h = 600}
    		if (w <= 640) {w = 640}
    		if (h <= 480) {h = 480}
  	}
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	var windowprops = "location=no,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes,status=yes" + ",left=" + leftPos + ",top=" + topPos + ",width=" + popW + ",height=" + popH;
	popup = window.open(nURL,winName,windowprops);
	if (popup.blur) {
	  popup.focus();
	}
}

function PopUpPositionedPDF(nURL,winName) {
    var popL=190;
	var popT=190;
	var popW=640;
	var popH=430;
	var windowprops = "location=no,scrollbars=yes,menubar=yes,toolbar=no,resizable=yes,status=yes" + ",left=" + popL + ",top=" + popT + ",width=" + popW + ",height=" + popH;
	popup = window.open(nURL,winName,windowprops);
	if (popup.blur) {
	  popup.focus();
	}
}

function writeArtistNav(pageNum) {
	var artistNav = new Array (
	"artist_bishop.html",
	"artist_black.html",
	"artist_borski.html",
	"artist_cannon.html",
	"artist_clarke.html",
	"artist_cochran.html",
	"artist_cruwys.html",
	"artist_denis.html",
	"artist_dobie.html",
	"artist_fowler.html",
	"artist_hall.html",
	"artist_harris.html",
	"artist_kay.html",
	"artist_krupa.html",
	"artist_mathews.html",
	"artist_oppenheimer.html",
	"artist_pack.html",
	"artist_peebles.html",
	"artist_ray.html",
	"artist_reneson.html",
	"artist_robinson.html",
	"artist_royster.html",
	"artist_schuler.html",
	"artist_seymour.html",
	"artist_vansant.html",
	"artist_zimmerman.html")

	document.write("				  <table width=\"554\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.write("				    <tr>");
	document.write("					  <td><img src=../new/js/\"img/spacer.gif\" width=\"1\" height=\"10\" border=\"0\" alt=\"\"></td>");
	document.write("					</tr>");
	document.write("				    <tr>");
	document.write("					  <td bgcolor=\"#7C0206\"><img src=../new/js/\"img/spacer.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td>");
	document.write("					</tr>");
	document.write("					<tr bgcolor=\"#E9EED0\">");
	document.write("					  <td>");
	document.write("					    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">");
	document.write("						  <tr>");
	document.write("							<td class=\"content\">&nbsp;</td>");
	if(pageNum!=1){
		document.write("<td class=\"content\"><a href=\"" + artistNav[pageNum-2] +"\" class=\"contentNoline\"><< View Previous Artist</a></td>" );
	} else {
		document.write("<td class=\"contentGray\"><< View Previous Artist</td>");
	}
	if(pageNum!=artistNav.length){
		document.write("<td class=\"content\" align=\"right\"><a href=\"" + artistNav[pageNum] + "\" class=\"contentNoline\">View Next Artist >></a></td>");
	} else {
		document.write("<td class=\"contentGray\" align=\"right\">View Next Artist >></td>");
	}
	document.write("							<td class=\"content\">&nbsp;</td>");
	document.write("						  </tr>");
	document.write("						</table>");
	document.write("					  </td>");
	document.write("					</tr>");
	document.write("					<tr>");
	document.write("					  <td bgcolor=\"#7C0206\"><img src=../new/js/\"img/spacer.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td>");
	document.write("					</tr>");
	document.write("					<tr>");
	document.write("					  <td><img src=../new/js/\"img/spacer.gif\" width=\"1\" height=\"8\" border=\"0\" alt=\"\"></td>");
	document.write("					</tr>");
	document.write("				  </table>");
}