
/* --- menu items --- */

var MENU_ITEMS = [
	['BACK - CLOSE WINDOW',"javascript:history.go(-1)"],
	['Website Home',"http://www.larrysart.com"],
	['Information for Buyers', null, null,
	 ["Payment Methods","javascript:Start('http://www.larrysart.com/galleries/pop/pop_payment.htm','win1','width=450,height=550')"],
	 ["Refund Policy","javascript:Start('http://www.larrysart.com/galleries/pop/pop_refund.htm','win1','width=450,height=550')"],
	 ["Shipping & Delivery","javascript:Start('http://www.larrysart.com/galleries/pop/pop_shipping.htm','win1','width=450,height=550')"],
 	['Contact US',"javascript:Start('http://www.larrysart.com/galleries/pop/pop_contact.htm','win1','width=450,height=550')"],
	 ["Frame Quality","javascript:Start('http://www.larrysart.com/galleries/pop/pop_frames_quality.htm','win1','width=450,height=550')"],
	 ["Switching Frames","javascript:Start('http://www.larrysart.com/galleries/pop/pop_frames_switching.htm','win1','width=450,height=550')"],
	 ["Without Frames","javascript:Start('http://www.larrysart.com/galleries/pop/pop_frames_frameless.htm','win1','width=450,height=550')"]],
];

//			<a href="javascript:history.go(-1)">Close Window </a>