// config

// inner html
var ahtml = "";
ahtml += '<table id="popup2show" class="{innerCSSclass}" cellpadding="0" cellspacing="0" border="0" style="margin-top:{margin_top}px; background-color:#FFFFFF;">';
ahtml += '	<tr>';
ahtml += '		<td style="padding:10px;">';
ahtml += '			<div align="right"><div style="position:relative; margin-top:-25px; margin-right:-15px;"><img src="/VAImageBox/close.png" alt="{text_Close}" title="{text_Close}" style="cursor:pointer;border:0px;" type="image" onClick="close_gallery(); return false;"></div></div>';
ahtml += '			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="{innerCSSclass}">';
ahtml += '				<tr>';
ahtml += '					<td style="background-image:url({loading_image}); background-position:center center; background-repeat:no-repeat; min-width:100px; min-height:100px;" align="left" id="gallery_ajax"></td>';
ahtml += '				</tr>';
ahtml += 			'</table>';
ahtml += '		</td>';
ahtml += '	</tr>';
ahtml += '</table>';
//
