
//created by sanoul 2003-9-8
var DivLeft,DivTop,DivWidth,DivHeight;
if (screen.Width>800) {DivWidth=screen.width/2*0.8;} else {DivWidth=screen.width/3+10};
//DivLeft=(screen.width-393-DivWidth)/2;
if (screen.Width>800) {DivLeft=60;} else {DivLeft=20};
DivHeight=screen.availHeight/10*2;
if (screen.Height>600) {DivHeight += 100;}
DivTop=30;

//window.alert(DivHeight);

function OpenURL(MyURL){
if (MyURL=='') {return};

//MyURL='news.html?tno='+MyURL;

//window.open(MyURL,'Wingsoft','width=610,height=550,menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no');
window.open(MyURL,'Wingsoft','');
};

function AutoOpen(MyURL){
if (MyURL=='') {return};

//MyURL='info.html?id='+MyURL;

window.open(MyURL,'_blank','width=400,height=400,menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no');
};

function AutoOpenLink(MyURL){
if (MyURL=='') {return};
window.open(MyURL,'_blank','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes');
};

function AddTitle(Title,Target){
document.write("<tr><td width=100% height=\"25\" onclick=\"OpenURL('"+Target+"');\" style=\"cursor:hand\">&#8226; "+Title+"</td></tr>");
//document.write("<tr><td width=100% height=\"25\" onclick=\"OpenURL('"+Target+"');\" style=\"cursor:hand\"><img src=\"images/newsarrow.gif\">"+Title+"</td></tr>");
document.write("<tr><td></tr></td>");
};
//window.alert(DivWidth);
document.write("<div id=\"Layer1\" style=\"border:1px;position:absolute; left:"+DivLeft+"px; top:"+DivTop+"px; width:"+DivWidth+"; height:"+DivHeight+"; z-index:1\">");
document.write("<TABLE WIDTH=\""+DivWidth+"\" BORDER=0 CELLPADDING=0 CELLSPACING=0>");
document.write("<TR>");
document.write("<TD>");
document.write("<IMG SRC=\"images/newsborder_01.gif\" WIDTH=30 HEIGHT=26 ALT=\"\"></TD>");
document.write("<TD COLSPAN=2 background=\"images/newsborder_03.gif\">");
document.write("</TD>");
document.write("<TD COLSPAN=2 align=\"right\">");
document.write("<IMG SRC=\"images/newsborder_04.gif\" WIDTH=130 HEIGHT=26 ALT=\"\"></TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD background=\"images/newsborder_05.gif\">");
document.write("			¡¡</TD>");
document.write("		<TD COLSPAN=3>");
//Begin
document.write("<MARQUEE direction=up width="+(DivWidth-2)+" height="+(DivHeight-2)+" onmouseout=this.start() onmouseover=this.stop() scrollAmount=1 scrollDelay=0>");
document.write("<table width=\""+DivWidth+"\" style='border-collapse: collapse; font-family:ËÎÌå; font-size:11pt; color:#DAE9EF'>");
//.End

function EndNews(){
document.write("</TABLE>");
document.write("</MARQUEE>");
document.write("			¡¡</TD>");
document.write("		<TD background=\"images/newsborder_10.gif\">");
document.write("			¡¡</TD>");
document.write("	</TR>");
document.write("	<TR>");
document.write("		<TD>");
document.write("			<IMG SRC=\"images/newsborder_11.gif\" WIDTH=30 HEIGHT=30 ALT=\"\"></TD>");
document.write("		<TD COLSPAN=3 background=\"images/newsborder_12.gif\">");
document.write("			¡¡</TD>");
document.write("		<TD>");
document.write("			<IMG SRC=\"images/newsborder_13.gif\" WIDTH=20 HEIGHT=30 ALT=\"\"></TD>");
document.write("	</TR>");
document.write("	<TR>");
document.write("		<TD>");
document.write("			<IMG SRC=\"images/spacer.gif\" WIDTH=30 HEIGHT=1 ALT=\"\"></TD>");
document.write("		<TD>");
document.write("			<IMG SRC=\"images/spacer.gif\" WIDTH=\""+(DivWidth-150)+"\" HEIGHT=1 ALT=\"\"></TD>");
document.write("		<TD>");
document.write("			<IMG SRC=\"images/spacer.gif\" WIDTH=14 HEIGHT=1 ALT=\"\"></TD>");
document.write("		<TD>");
document.write("			<IMG SRC=\"images/spacer.gif\" WIDTH=110 HEIGHT=1 ALT=\"\"></TD>");
document.write("		<TD>");
document.write("			<IMG SRC=\"images/spacer.gif\" WIDTH=20 HEIGHT=1 ALT=\"\"></TD>");
document.write("		<TD></TD>");
document.write("	</TR>");
document.write("</table>");
};
