url_back = "";
function layerwindow_create()
{
	document.write('<div id="layer_window" class="font_white" style="z-index:100;width:100%;position:absolute;display:none;">');
	document.write('	<div style="height:30px; width:100%; background-image:url('+config_img_path+'default/contentbox/top_back_blue.gif);">');
	document.write(' <div style="float:left"><IMG SRC="'+config_img_path+'default/contentbox/top_left_blue.gif"><IMG SRC="'+config_img_path+'default/contentbox/top_left_right_blue.gif"></div>');
	document.write(' <div style="float:right;text-align:right;width:220px;"><img class="img_link" src="'+config_img_path+'default/contentbox/window_back.gif" name="window_back" border="0" id="window_back" onclick="goback();" style="display:none"/><a href="javascript:void(0);" onclick="parent.help_show()"><img src="'+config_img_path+'default/contentbox/window_help.gif" name="help_black" border="0" id="help_black" /></a><a href="javascript:this.window.location.reload();"><img src="'+config_img_path+'default/contentbox/window_refresh.gif" name="black_refresh" border="0" id="black_refresh" /></a><img class="img_link" src="'+config_img_path+'default/contentbox/window_close.gif" name="blue_close" border="0" id="blue_close" onclick="layerwindow_close()"/><img src="'+config_img_path+'default/contentbox/top_right_left_blue.gif"><IMG SRC="'+config_img_path+'default/contentbox/top_right_blue.gif"></div>');
	document.write('	</div>');
	document.write('	<table width="100%" cellpadding="0" cellspacing="0" border="0">');
	document.write('	<tr>');
	document.write(' <td width="18" valign="top" style="background-image: url('+config_img_path+'default/contentbox/main_left_blue.gif);">');
	document.write(' <div style="width:18px;height:100%;background-image:url('+config_img_path+'default/contentbox/main_left_bottom_blue.gif); background-position:bottom;background-repeat:no-repeat;"><img src="'+config_img_path+'default/contentbox/main_left_top_blue.gif" height=10></div>');
	document.write(' </td>');
	document.write(' <td valign="top" style="background-image: url('+config_img_path+'default/contentbox/main_back_blue.gif);height:100%" class="font_white">');
	document.write(' <iframe allowtransparency="true" name="iframe_window" id="iframe_window" frameborder="0" scrolling="no" src="/loading.php" style="margin-left:5px;margin-top:5px"></iframe>');
	document.write(' </td>');
	document.write(' <td width="18" valign="top" style="background-image: url('+config_img_path+'default/contentbox/main_right_blue.gif);">');
	document.write(' <div style="width:18px;height:100%;background-image:url('+config_img_path+'default/contentbox/main_right_bottom_blue.gif); background-position:bottom; background-repeat:no-repeat;"><img src="'+config_img_path+'default/contentbox/main_right_top_blue.gif" height=10></div>');
	document.write(' </td>');
	document.write('	</tr>');
	document.write('	</table>');
	document.write('	<div style="width:100%; height:23px; overflow:hidden; text-align:center; background-image:url('+config_img_path+'default/contentbox/bottom_back_blue.gif);">');
	document.write(' <div style="float:left"><IMG SRC="'+config_img_path+'default/contentbox/bottom_left_blue.gif"><IMG SRC="'+config_img_path+'default/contentbox/bottom_left_right_blue.gif"></div>');
	document.write(' <div style="float:right;width:30px;"><IMG SRC="'+config_img_path+'default/contentbox/bottom_right_left_blue.gif"><IMG SRC="'+config_img_path+'default/contentbox/bottom_right_blue.gif"></div>');
	document.write(' <img src="'+config_img_path+'default/contentbox/bottom_middle_blue.gif">');
	document.write('	</div>');
	document.write('</div>');
}
function goback()
{
	iframe_window.location = url_back;
}
function show_backlink(url)
{
	document.getElementById('window_back').style.display = "";
	url_back = url;
}
function hide_backlink()
{
	document.getElementById('window_back').style.display = "none";
}
layerwindow_create();
