if (document.images) {      
	about_out = new Image;
	about_on = new Image;
	artists_out = new Image;
	artists_on = new Image;
	antiques_out = new Image;
	antiques_on = new Image;
	chinatrip_out = new Image;
	chinatrip_on = new Image;
	subscribe_out = new Image;
	subscribe_on = new Image;
	contact_out = new Image;
	contact_on = new Image;
	home_out = new Image;
	home_on = new Image;
	whatsnew_out = new Image;
	whatsnew_on = new Image;
	exhibitions_out = new Image;
	exhibitions_on = new Image;
	submission_out = new Image;
	submission_on = new Image;
	services_out = new Image;
	services_on = new Image;
	
	about_out.src = "/images/menu_about_off.gif";
	about_on.src = "/images/menu_about_on.gif";
	artists_out.src = "/images/menu_artists_off.gif";
	artists_on.src = "/images/menu_artists_on.gif";
	antiques_out.src = "/images/menu_antiques_off.gif";
	antiques_on.src = "/images/menu_antiques_on.gif";
	chinatrip_out.src = "/images/menu_chinatrip_off.gif";
	chinatrip_on.src = "/images/menu_chinatrip_on.gif";
	subscribe_out.src = "/images/menu_mailing_list_off.gif";
	subscribe_on.src = "/images/menu_mailing_list_on.gif";
	contact_out.src = "/images/menu_contact_off.gif";
	contact_on.src = "/images/menu_contact_on.gif";
	home_out.src = "/images/menu_home_off.gif";
	home_on.src = "/images/menu_home_on.gif";
	whatsnew_out.src = "/images/menu_whatsnew_off.gif";
	whatsnew_on.src = "/images/menu_whatsnew_on.gif";
	exhibitions_out.src = "/images/menu_exhibitions_off.gif";
	exhibitions_on.src = "/images/menu_exhibitions_on.gif";
	submission_out.src = "/images/menu_submission_off.gif";
	submission_on.src = "/images/menu_submission_on.gif";
	services_out.src = "/images/menu_services_off.gif";
	services_on.src = "/images/menu_services_on.gif";	
}
else {}

function ChinatripOpen(product_id)
{
mstr = "<html>\n";
mstr += "<title>Karin Weber Gallery- Antiking in China";
mstr += "</title>\n";
mstr += "<head>\n";
mstr += "</head>\n";
mstr += "<body>\n";
mstr += "<center>\n";
mstr += "<table border=0 cellpadding=no cellspacing=no width=100%><tr><td valign=top align=center>\n";
mstr += "<img border=0 src=\"";
mstr += product_id;
mstr += "\">\n";
mstr += "</td></tr>\n";
mstr += "<tr><td align=center valign=top>\n";
mstr += "<br>\n";
mstr += "<a href='javascript:parent.close()'><img src=\"/images/button_close.gif\" border=0></a>\n";
mstr += "</td></tr></table>\n";
mstr += "</center>\n";
mstr += "</body>\n";
mstr += "</html>\n";
msg=window.open("","","fullscreen=yes");
msg.document.write(mstr);
}
