// JavaScript Document

function launch_jewelrywin()
	{
	window.open("jewelry_vendorList.html","Lines_We_Carry","width=225,height=500,top=30,left=30,toolbar=0,location=0,status-0,menubar=0,scrollbars=1,resizable=0");
	}
function launch_artworkwin()
	{
	window.open("artwork_vendorList.html","Artwork_vendor_list","width=195,height=675,top=30,left=30,toolbar=0,location=0,status-0,menubar=0,scrollbars=1,resizable=0");
	}
function launch_cardwin()
	{
	window.open("card_vendorList.html","Card_vendor_list","width=195,height=400,top=30,left=30,toolbar=0,location=0,status-0,menubar=0,scrollbars=1,resizable=0");
	}
function launch_bookwin()
	{
	window.open("author_vendorList.html","Author_vendor_list","width=188,height=400,top=30,left=30,toolbar=0,location=0,status-0,menubar=0,scrollbars=1,resizable=0");
	}
