

function objExhiBytes( ) {
	this.version = .9;

}

objExhiBytes.prototype = {

	init: function( ) {
		return;
		
		exhibytes.artDisplay( "art1", "Party favors", "http://www.bakedmashedfried.com/Julia%20Salinger%20Images/string%20theory%20e.jpg", 152, 140, 179, 259, 344, 500, null );	
		exhibytes.artDisplay( "art2", "Bouquets and Champagne", "http://www.bakedmashedfried.com/Julia%20Salinger%20Images/like%20a%20shell%20e.jpg", 393, 140, 211, 308, 344, 500, null );	
		exhibytes.artDisplay( "art3", "Bouquets and Champagne", "/featured/exhibytes/sampleart.jpg", 670, 140, 374, 279, 500, 373, null );	

		xlib.UpdateFlag( 0 );
	},
	
	artDisplay: function( id, title, img, x, y, wDef, hDef, wFull, hFull, opts ) {

		var win, w, h;
		
		win = xWin( id );
		if ( win ) {
			return;
		}

		shadowSize = 3;
		
		w = wDef;
		h = hDef;

		opts = opts || 0;
		
		win = new xWindow( id );
		win.otype = OTYPE_HTMLBLOCK;
		win.transLevel = 100;
		win.overflow = "hidden";
		win.style = WS_NORMAL | WS_MOVEABLE | WS_TRANSPARENT | WS_CONTEXTMENU;
		win.setposition( x, y, w + shadowSize, h + shadowSize + 40 );

		win.action = "<div style='position:absolute; left:" + shadowSize + "; top:" + shadowSize + "'><img src='" + xWinImageDir + "/trans70.png' border=0 width='" + w + "' height='" + h + "'></div>" +
			"<div style='position:absolute; left:0; top:0;'><a href=\"javascript:exhibytes.artDisplayModal('" + id + "_modal', '" + title + "', '" + img + "', " + wFull + ", " + hFull+ " );\"><img src='" + img + "' border=0 width='" + w + "' height='" + h + "'></a></div>" + 
			"<div style='position:absolute; left:" + int( ( wDef / 2 ) - 30 ) + "; top:" + ( h + 10 ) + ";'><a href=\"javascript:exhibytes.artDetailModal('" + id + "_modal', '" + title + "', '" + img + "' );\"><img src='/featured/exhibytes/brassplaque.png' border=0 width='61' height='20'></a></div>";
		
		win.create( );		
	
	
	},

	artDisplayModal: function( id, title, img, w, h ) {
		var win = new xWindow( id );
		win.issys = 1;
		win.otype = OTYPE_HTMLBLOCK;
		win.transLevel = 70;
		win.overflow = "hidden";
		win.hdrBgImage = xWinImageDir + "/trans50.png";
		win.header = title;
		win.style = WS_NORMAL | WS_MODAL | WS_MOVEABLE | WS_HEADER | WS_TRANSPARENT | WS_CLOSE | WS_BORDER;
		win.padding = 20;
		win.setposition( 0, 0, w + 40, h + win.hdrHeight + 60 );
		win.displayMode = DISP_CENTERED;
		win.action = "<a href=\"javascript:xWin('" + id + "').destroy( );\"><img src='" + img + "' border=0 width='" + w + "' height='" + h + "'></a>" +
			"<table border=0 cellspacing=0 cellpadding=2 width='100%'><tr height=5><td></td></tr><tr>" + 
			"<td width='16' nowrap><a rel='nofollow' onclick=\"exhibytes.shareWithNetwork('http://www.facebook.com/sharer.php?u=' + encodeURIComponent('url') + '&t=' + encodeURIComponent('title') + ''); return false;\" href='https://www.facebook.com/' title='Facebook!' target='_blank'><img hspace=3 height='16px' width='16px' src='/images/facebook2.png' alt='Facebook!' title='Facebook!' /></a></td>" +
			"<td width='1%' nowrap><a rel='nofollow' onclick=\"exhibytes.shareWithNetwork('http://www.facebook.com/sharer.php?u=' + encodeURIComponent('url') + '&t=' + encodeURIComponent('title') + ''); return false;\" href='https://www.facebook.com/' title='Facebook!' target='_blank'><font color='white'>Share</font></a></td>" +
			"<td nowrap style='text-align:center;'><a href=\"javascript:exhibytes.artDetailModal('" + id + "_modal', '" + title + "', '" + img + "' );\"><img src='/featured/exhibytes/brassplaque.png' border=0 width='61' height='20'></a></td>" +
			"<td width='1%' nowrap style='text-align:right;'><img src='/images/star_on.gif' border=0 width=15 height=15><img src='/images/star_on.gif' border=0 width=15 height=15><img src='/images/star_on.gif' border=0 width=15 height=15><img src='/images/star_on.gif' border=0 width=15 height=15><img src='/images/star_half.gif' border=0 width=15 height=15></td></tr></table>";
		win.create( );
	},

	artDetailModal: function( id, title, img ) {
		var win = new xWindow( id );
		win.issys = 1;
		win.otype = OTYPE_HTMLBLOCK;
		win.transLevel = 50;
		win.overflow = "hidden";
		win.hdrBgImage = xWinImageDir + "/trans40.png";
		win.header = "Art Details:";
		win.style = WS_NORMAL | WS_MODAL | WS_MOVEABLE | WS_HEADER | WS_TRANSPARENT | WS_CLOSE | WS_BORDER;
		win.padding = 20;
		win.setposition( 0, 0, 500, 360 );
		win.displayMode = DISP_CENTERED;
		win.action = "<table border=0 cellspacing=0 cellpadding=0 height=300 width='100%'><tr valign=top><td width=150><img src='" + img + "' border=0 class='preview'></td><td width=15>&nbsp;</td>" +
			"<td><font color=white><font style='font-size:12pt;'>" + title + "</font><br><br>" + 
			"36\" x 48\" acrylic on canvas<br>" +
			"Signed Edition, #17<br><br>" +
			"Artist: Julia Salinger" +
			"</font></td></tr>" +
			"<tr height=20><td></td><td></td><td><table border=0 cellspacing=0 cellpadding=2 width='100%'><tr height=5><td></td></tr><tr>" + 
			"<td width='16' nowrap><a rel='nofollow' onclick=\"exhibytes.shareWithNetwork('http://www.facebook.com/sharer.php?u=' + encodeURIComponent('url') + '&t=' + encodeURIComponent('title') + ''); return false;\" href='https://www.facebook.com/' title='Facebook!' target='_blank'><img hspace=3 height='16px' width='16px' src='/images/facebook2.png' alt='Facebook!' title='Facebook!' /></a></td>" +
			"<td width='1%' nowrap><a rel='nofollow' onclick=\"exhibytes.shareWithNetwork('http://www.facebook.com/sharer.php?u=' + encodeURIComponent('url') + '&t=' + encodeURIComponent('title') + ''); return false;\" href='https://www.facebook.com/' title='Facebook!' target='_blank'><font color='white'>Share</font></a></td>" +
			"<td nowrap style='text-align:right;'><img src='/images/star_on.gif' border=0 width=15 height=15><img src='/images/star_on.gif' border=0 width=15 height=15><img src='/images/star_on.gif' border=0 width=15 height=15><img src='/images/star_on.gif' border=0 width=15 height=15><img src='/images/star_half.gif' border=0 width=15 height=15></td></tr></table>" +
			"</td></tr></table>";

		win.create( );
	},


	shareWithNetwork: function( url ) {
		xlib.browserNew( -1, -1, 640, 480, "netShare", url, "POPUP" );
	},

	colorPicker: function( id ) {
		var w, s;

		w = xWin( 'clrpicker' );
		if ( w ) {
			w.destroy( );
			return;
		}
		s = "Colors can be named values, like red or blue, or can be RGB values, like #FFFFFF or #A0A0FF, or just click on one of the colors below:" +
			"<br><center><table border=0 cellspacing=4 cellpadding=0><tr height:20>" +
			"<td class='selectable' width=15 title='#3b5998' bgColor='#3b5998' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#6d84b4' bgColor='#6d84b4' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#C0C0C0' bgColor='#C0C0C0' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#f1f1f1' bgColor='#f1f1f1' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#f0ffff' bgColor='#f0ffff' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#e0ffff' bgColor='#e0ffff' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#e6e6fa' bgColor='#e6e6fa' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#f8f8ff' bgColor='#f8f8ff' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#fff0f5' bgColor='#fff0f5' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ffdab9' bgColor='#ffdab9' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ffe4c4' bgColor='#ffe4c4' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ffdead' bgColor='#ffdead' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ffe4b5' bgColor='#ffe4b5' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#eee8aa' bgColor='#eee8aa' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#afeeee' bgColor='#afeeee' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ffc0cb' bgColor='#ffc0cb' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "</tr><tr>" + "<td class='selectable' width=15 title='#ffb6c1' bgColor='#ffb6c1' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#c0c0c0' bgColor='#c0c0c0' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#f08080' bgColor='#f08080' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#fa8072' bgColor='#fa8072' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ffa07a' bgColor='#ffa07a' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#deb887' bgColor='#deb887' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#f0e68c' bgColor='#f0e68c' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#90ee90' bgColor='#90ee90' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#98fb98' bgColor='#98fb98' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#7fffd4' bgColor='#7fffd4' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#b0e0e6' bgColor='#b0e0e6' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#add8e6' bgColor='#add8e6' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#b0c4de' bgColor='#b0c4de' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#d8bfd8' bgColor='#d8bfd8' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#dda0dd' bgColor='#dda0dd' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ee82ee' bgColor='#ee82ee' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "</tr><tr>" + "<td class='selectable' width=15 title='#ff69b4' bgColor='#ff69b4' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#bc8f8f' bgColor='#bc8f8f' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ff6347' bgColor='#ff6347' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#e9967a' bgColor='#e9967a' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ff7f50' bgColor='#ff7f50' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#f4a460' bgColor='#f4a460' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#d2b48c' bgColor='#d2b48c' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#8fbc8f' bgColor='#8fbc8f' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#66cdaa' bgColor='#66cdaa' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#6495ed' bgColor='#6495ed' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#7b68ee' bgColor='#7b68ee' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#9370db' bgColor='#9370db' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#da70d6' bgColor='#da70d6' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#db7093' bgColor='#db7093' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#cd5c5c' bgColor='#cd5c5c' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ff0000' bgColor='#ff0000' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "</tr><tr>" + "<td class='selectable' width=15 title='#ff4500' bgColor='#ff4500' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#cd853f' bgColor='#cd853f' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ffa500' bgColor='#ffa500' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ff8c00' bgColor='#ff8c00' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ffd700' bgColor='#ffd700' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#bdb76b' bgColor='#bdb76b' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ffff00' bgColor='#ffff00' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#9acd32' bgColor='#9acd32' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#adff2f' bgColor='#adff2f' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#7fff00' bgColor='#7fff00' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#32cd32' bgColor='#32cd32' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#00ff00' bgColor='#00ff00' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#00ff7f' bgColor='#00ff7f' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#40e0d0' bgColor='#40e0d0' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#48d1cc' bgColor='#48d1cc' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#00ffff' bgColor='#00ffff' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "</tr><tr>" + "<td class='selectable' width=15 title='#5f9ea0' bgColor='#5f9ea0' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#00bfff' bgColor='#00bfff' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#1e90ff' bgColor='#1e90ff' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#4169e1' bgColor='#4169e1' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#0000ff' bgColor='#0000ff' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#6a5acd' bgColor='#6a5acd' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#8a2be2' bgColor='#8a2be2' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ba55d3' bgColor='#ba55d3' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ff00ff' bgColor='#ff00ff' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ff00ff' bgColor='#ff00ff' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#ff1493' bgColor='#ff1493' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#696969' bgColor='#696969' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#a52a2a' bgColor='#a52a2a' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#b22222' bgColor='#b22222' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#a0522d' bgColor='#a0522d' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#d2691e' bgColor='#d2691e' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "</tr><tr>" + "<td class='selectable' width=15 title='#daa520' bgColor='#daa520' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#7cfc00' bgColor='#7cfc00' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#3cb371' bgColor='#3cb371' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#00fa9a' bgColor='#00fa9a' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#20b2aa' bgColor='#20b2aa' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#00ced1' bgColor='#00ced1' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#4682b4' bgColor='#4682b4' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#0000cd' bgColor='#0000cd' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#9932cc' bgColor='#9932cc' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#9400d3' bgColor='#9400d3' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#c71585' bgColor='#c71585' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#dc143c' bgColor='#dc143c' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#8b4513' bgColor='#8b4513' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#b8860b' bgColor='#b8860b' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#6b8e23' bgColor='#6b8e23' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#556b2f' bgColor='#556b2f' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "</tr><tr>" + "<td class='selectable' width=15 title='#228b22' bgColor='#228b22' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#2e8b57' bgColor='#2e8b57' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#483d8b' bgColor='#483d8b' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#8b0000' bgColor='#8b0000' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#800000' bgColor='#800000' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#808000' bgColor='#808000' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#008000' bgColor='#008000' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#008b8b' bgColor='#008b8b' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#008080' bgColor='#008080' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#191970' bgColor='#191970' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#00008b' bgColor='#00008b' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#000080' bgColor='#000080' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#4b0082' bgColor='#4b0082' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#8b008b' bgColor='#8b008b' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#800080' bgColor='#800080' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#006400' bgColor='#006400' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "</tr><tr>" + "<td class='selectable' width=15 title='#ffffff' bgColor='#ffffff' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#f0f0f0' bgColor='#f0f0f0' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#e0e0e0' bgColor='#e0e0e0' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#d0d0d0' bgColor='#d0d0d0' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#c0c0c0' bgColor='#c0c0c0' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#b0b0b0' bgColor='#b0b0b0' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#a0a0a0' bgColor='#a0a0a0' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#909090' bgColor='#909090' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#808080' bgColor='#808080' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#707070' bgColor='#707070' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#606060' bgColor='#606060' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#505050' bgColor='#505050' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#404040' bgColor='#404040' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#303030' bgColor='#303030' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#202020' bgColor='#202020' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "<td class='selectable' width=15 title='#000000' bgColor='#000000' style='border:solid 1px black;' onclick=\"exhibytes.clrpick(this,'"+id+"');\">&nbsp;</td>" + "</tr></table></center>";

		w = theme_Facebook( "clrpicker", "<table bgColor=white border=0 width=100% height='100%'><tr valign=top><td align=center style='text-align:left; padding:5;'>" + s + "</td></tr></table>", 0, { UseButtons: 0, padding: 10 } );
		w.issys = 1;
		w.header = "Color Picker:";
		w.setposition( 0, 0, 340, 250 );
		w.style |= WS_ALWAYSONTOP;
		w.style &= ~WS_MAXIMIZABLE;
		w.displayMode = DISP_CENTERED;
		w.create( );
	},

	clrpick: function( obj, id ) {
		var o = domObject( id ).contentWindow;
		o.clrset( obj.bgColor );
		w = xWin( 'clrpicker' );
		if ( w ) {
			w.destroy( );
			return;
		}
	},

	lightOnOff: function( win, flag ) {
		var w, x, y, name = "bgLight", r1, r2;
		
		w = xWin( name );
		if ( w ) {
			w.destroy( );
			return;
		}
		if ( ! flag ) {
			return;
		}

		x = ( win.left + int( win.width / 2 ) ) - 1420;
		y = ( win.top + int( win.height / 2 ) ) - 280;
		
		w = new xWindow( name );
		w.issys = 1;
		w.otype = OTYPE_IMAGE;
		w.style = WS_NORMAL | WS_TRANSPARENT;
		w.transLevel = 100;
		w.setposition( x, y, 3000, 1200 );
		w.action = "<a href='javascript:exhibytes.lightOnOff( null, 0 );'><img src='/featured/exhibytes/darklight.png' border=0 width='100%' height='100%'></a>";
		w.create( );		

		win.bringtotop( );
		
		// find the art under the light
		r1 = { left: win.left, top: win.top + win.height + 1, width: win.width, height: 400 };

		cnt = xWinList.length;
		for ( i=1; i<cnt; i++ ) {
			w = xWinList[i];
			if ( ( w.name != win.name ) && ( w.name != name ) ) {
				r2 = { left: w.left, top: w.top, width: w.width, height: w.height };
				if ( rectIntersects( r1, r2 ) ) {
					w.bringtotop( );
				}
			}
		}		
		
	},

	lookupObjects: function( id ) {
		var rval = "";

		// local object repository		
		switch ( lower( id ) ) {
		  case "exhibytes_light1":
		  	rval = "sig=%24xLib%24&name=Image_13d3d1eb12265&$otype=10&$issys=0&$style=4325889&$displayMode=1&$left=140&$top=30&$width=200&$height=89&margin=0&padding=0&overflow=auto&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=100&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Flight.png%27%20border%3D0%20width%3D100%25%20height%3D100%25%3E&imagedir=%2Flibs%2Fsupport&eClick=var%20w%20%3D%20xWinFromElement(%20xlib.eventTarget(%20e%20)%20)%3B%0D%0Aexhibytes.lightOnOff(%20w%2C%201%20)%3B&";
		  	break;
		  case "exhibytes_light2":
		  	rval = "sig=%24xLib%24&name=Image_13d3d2c703297&$otype=10&$issys=0&$style=4325889&$displayMode=1&$left=733&$top=103&$width=163&$height=62&margin=0&padding=0&overflow=auto&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=100&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Flight2.png%27%20border%3D0%20width%3D100%25%20height%3D100%25%3E&imagedir=%2Flibs%2Fsupport&eClick=var%20w%20%3D%20xWinFromElement(%20xlib.eventTarget(%20e%20)%20)%3B%0D%0Aexhibytes.lightOnOff(%20w%2C%201%20)%3B&";
		  	break;
		  case "exhibytes_light3":
		  	rval = "sig=%24xLib%24&name=Image_13d3d2c7c118c&$otype=10&$issys=0&$style=4325889&$displayMode=1&$left=697&$top=235&$width=200&$height=33&margin=0&padding=0&overflow=auto&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=100&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Flight3.png%27%20border%3D0%20width%3D100%25%20height%3D100%25%3E&imagedir=%2Flibs%2Fsupport&eClick=var%20w%20%3D%20xWinFromElement(%20xlib.eventTarget(%20e%20)%20)%3B%0D%0Aexhibytes.lightOnOff(%20w%2C%201%20)%3B&";
		  	break;

		  case "exhibytes_passthrough":
		  	rval = "sig=%24xLib%24&name=Image_13d3e19d54276&$otype=10&$issys=0&$style=4326913&$displayMode=1&$left=959&$top=116&$width=243&$height=465&margin=0&padding=0&overflow=auto&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=100&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Fpassthrough.gif%27%20border%3D0%20width%3D100%25%20height%3D100%25%3E&imagedir=%2Flibs%2Fsupport&";
		  	break;
		  case "exhibytes_window_sidelight":
		  	rval = "sig=%24xLib%24&name=Image_13d3d2cb6ae2&$otype=10&$issys=0&$style=132737&$displayMode=1&$left=796&$top=143&$width=113&$height=400&$margin=0&$padding=0&overflow=auto&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=60&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Fwindow_sidelight.jpg%27%20border%3D0%20width%3D100%25%20height%3D100%25%3E&imagedir=%2Flibs%2Fsupport&";
		  	break;
		  case "exhibytes_door":
		  	rval = "sig=%24xLib%24&name=Image_13d3d2ce0663&$otype=10&$issys=0&$style=132737&$displayMode=1&$left=946&$top=114&$width=220&$height=465&$margin=0&$padding=0&overflow=auto&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=60&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Fdoor.jpg%27%20border%3D0%20width%3D100%25%20height%3D100%25%3E&imagedir=%2Flibs%2Fsupport&";
		  	break;
		  case "exhibytes_window":
		  	rval = "sig=%24xLib%24&name=Image_13d3d2d25e248&$otype=10&$issys=0&$style=132737&$displayMode=1&$left=710&$top=183&$width=277&$height=288&$margin=0&$padding=0&overflow=auto&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=60&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Fwindow.jpg%27%20border%3D0%20width%3D100%25%20height%3D100%25%3E&imagedir=%2Flibs%2Fsupport&";
		  	break;

		  case "exhibytes_plant":
		  	rval = "sig=%24xLib%24&name=Image_13d3e192cf267&$otype=10&$issys=0&$style=138544641&$displayMode=1&$left=271&$top=288&$width=202&$height=400&margin=0&padding=0&overflow=auto&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=100&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Fplant.png%27%20border%3D0%20width%3D100%25%20height%3D100%25%3E&imagedir=%2Flibs%2Fsupport&";
		  	break;
		  case "exhibytes_sofa":
		  	rval = "sig=%24xLib%24&name=Image_13d3d391e79c&$otype=10&$issys=0&$style=138544641&$displayMode=1&$left=539&$top=388&$width=515&$height=256&margin=0&padding=0&overflow=auto&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=100&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Fsofa.png%27%20border%3D0%20width%3D100%25%20height%3D100%25%3E&imagedir=%2Flibs%2Fsupport&";
		  	break;

		  case "exhibytes_art1":
		  	rval = "sig=%24xLib%24&name=art1&$otype=76&$issys=0&$style=4325889&$displayMode=1&$left=152&$top=140&$width=182&$height=302&$margin=0&$padding=0&overflow=hidden&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=100&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cdiv%20style%3D%27position%3Aabsolute%3B%20left%3A3%3B%20top%3A3%27%3E%3Cimg%20src%3D%27%2Flibs%2Fsupport%2Ftrans70.png%27%20border%3D0%20width%3D%27179%27%20height%3D%27259%27%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%27position%3Aabsolute%3B%20left%3A0%3B%20top%3A0%3B%27%3E%3Ca%20href%3D%22javascript%3Aexhibytes.artDisplayModal(%27art1_modal%27%2C%20%27Party%20favors%27%2C%20%27http%3A%2F%2Fwww.bakedmashedfried.com%2FJulia%2520Salinger%2520Images%2Fstring%2520theory%2520e.jpg%27%2C%20344%2C%20500%20)%3B%22%3E%3Cimg%20src%3D%27http%3A%2F%2Fwww.bakedmashedfried.com%2FJulia%2520Salinger%2520Images%2Fstring%2520theory%2520e.jpg%27%20border%3D0%20width%3D%27179%27%20height%3D%27259%27%3E%3C%2Fa%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%27position%3Aabsolute%3B%20left%3A59%3B%20top%3A269%3B%27%3E%3Ca%20href%3D%22javascript%3Aexhibytes.artDetailModal(%27art1_modal%27%2C%20%27Party%20favors%27%2C%20%27http%3A%2F%2Fwww.bakedmashedfried.com%2FJulia%2520Salinger%2520Images%2Fstring%2520theory%2520e.jpg%27%20)%3B%22%3E%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Fbrassplaque.png%27%20border%3D0%20width%3D%2761%27%20height%3D%2720%27%3E%3C%2Fa%3E%3C%2Fdiv%3E&imagedir=%2Flibs%2Fsupport&";
		  	break;
		  case "exhibytes_art2":
		  	rval = "sig=%24xLib%24&name=art2&$otype=76&$issys=0&$style=4325889&$displayMode=1&$left=393&$top=140&$width=214&$height=351&$margin=0&$padding=0&overflow=hidden&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=100&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cdiv%20style%3D%27position%3Aabsolute%3B%20left%3A3%3B%20top%3A3%27%3E%3Cimg%20src%3D%27%2Flibs%2Fsupport%2Ftrans70.png%27%20border%3D0%20width%3D%27211%27%20height%3D%27308%27%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%27position%3Aabsolute%3B%20left%3A0%3B%20top%3A0%3B%27%3E%3Ca%20href%3D%22javascript%3Aexhibytes.artDisplayModal(%27art2_modal%27%2C%20%27Bouquets%20and%20Champagne%27%2C%20%27http%3A%2F%2Fwww.bakedmashedfried.com%2FJulia%2520Salinger%2520Images%2Flike%2520a%2520shell%2520e.jpg%27%2C%20344%2C%20500%20)%3B%22%3E%3Cimg%20src%3D%27http%3A%2F%2Fwww.bakedmashedfried.com%2FJulia%2520Salinger%2520Images%2Flike%2520a%2520shell%2520e.jpg%27%20border%3D0%20width%3D%27211%27%20height%3D%27308%27%3E%3C%2Fa%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%27position%3Aabsolute%3B%20left%3A75%3B%20top%3A318%3B%27%3E%3Ca%20href%3D%22javascript%3Aexhibytes.artDetailModal(%27art2_modal%27%2C%20%27Bouquets%20and%20Champagne%27%2C%20%27http%3A%2F%2Fwww.bakedmashedfried.com%2FJulia%2520Salinger%2520Images%2Flike%2520a%2520shell%2520e.jpg%27%20)%3B%22%3E%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Fbrassplaque.png%27%20border%3D0%20width%3D%2761%27%20height%3D%2720%27%3E%3C%2Fa%3E%3C%2Fdiv%3E&imagedir=%2Flibs%2Fsupport&";
		  	break;
		  case "exhibytes_art3":
		  	rval = "sig=%24xLib%24&name=art3&$otype=76&$issys=0&$style=4325889&$displayMode=1&$left=670&$top=140&$width=377&$height=322&$margin=0&$padding=0&overflow=hidden&$scrollTop=0&$scrollLeft=0&bgColor=%23F0F0F0&$transLevel=100&borderStyle=solid&$borderWidth=1&$borderWidthThick=4&borderColor=black&$hdrHeight=22&hdrBgImage=%2Fimages%2Fnavbg.gif&$hdrPadding=2&hdrTextClass=smtxt&hdrTextColor=white&bodyClass=smtxt&$ttWidth=300&$ftrHeight=22&ftrBgImage=%2Fimages%2Fnavbg.gif&$ftrPadding=2&ftrTextClass=smtxt&ftrTextColor=white&action=%3Cdiv%20style%3D%27position%3Aabsolute%3B%20left%3A3%3B%20top%3A3%27%3E%3Cimg%20src%3D%27%2Flibs%2Fsupport%2Ftrans70.png%27%20border%3D0%20width%3D%27374%27%20height%3D%27279%27%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%27position%3Aabsolute%3B%20left%3A0%3B%20top%3A0%3B%27%3E%3Ca%20href%3D%22javascript%3Aexhibytes.artDisplayModal(%27art3_modal%27%2C%20%27Bouquets%20and%20Champagne%27%2C%20%27%2Ffeatured%2Fexhibytes%2Fsampleart.jpg%27%2C%20500%2C%20373%20)%3B%22%3E%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Fsampleart.jpg%27%20border%3D0%20width%3D%27374%27%20height%3D%27279%27%3E%3C%2Fa%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%27position%3Aabsolute%3B%20left%3A157%3B%20top%3A289%3B%27%3E%3Ca%20href%3D%22javascript%3Aexhibytes.artDetailModal(%27art3_modal%27%2C%20%27Bouquets%20and%20Champagne%27%2C%20%27%2Ffeatured%2Fexhibytes%2Fsampleart.jpg%27%20)%3B%22%3E%3Cimg%20src%3D%27%2Ffeatured%2Fexhibytes%2Fbrassplaque.png%27%20border%3D0%20width%3D%2761%27%20height%3D%2720%27%3E%3C%2Fa%3E%3C%2Fdiv%3E&imagedir=%2Flibs%2Fsupport&";
		  	break;

		}

		return( rval );
	}	


};


exhibytes = new objExhiBytes( );
xlib.eventBind( window, "load", exhibytes.init );

// register local object repository
xlib.lookupFunc = exhibytes.lookupObjects;


