<!--index.html-->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Welcome! - The LiYing Studio</title>
<link rel="Shortcut Icon" href="favicon.ico">
<link rel="Bookmark" href="favicon.ico">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<script language=javascript>
if(document.all)
document.write("<frameset cols=129,* frameborder=NO border=0 framespacing=0 name=forum><frame name=left frameborder=no src=changewin.htm scrolling=no noresize marginwidth=0 marginheight=0>");
else
document.write("<frameset cols=129,* frameborder=NO border=0 framespacing=0 name=forum><frame name=left frameborder=no src=left.htm scrolling=yes noresize marginwidth=0 marginheight=0>");
document.write("<frame src='home.htm' name='home' frameborder='no' scrolling='yes' noresize marginwidth='0' marginheight='0'>");
document.write("</frameset>");
</script>
<noframes>
<body>
你的浏览器不支持frame,请使用能够支持frame的浏览器访问!
</body>
</noframes>
<noscript>
<frameset cols=129,* frameborder=NO border=0 framespacing=0 name=forum><frame name=left frameborder=no src=left.htm scrolling=yes noresize marginwidth=0 marginheight=0>
<frame src="home.htm" name="home" frameborder="no" scrolling="yes" noresize marginwidth="0" marginheight="0">
</frameset>
</noscript>
</html>
<!--changewin.html-->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
<style type=text/css>
.point{position:absolute;font-family:Webdings;background-color:#dddddd;font-size:12px;color:#000000;cursor:hand;}
</style>
<script language=javascript>
function changeWin(){
if(parent.forum.cols!="10,*")
{
parent.forum.cols="10,*";
document.all.menuSwitch.innerHTML="<font class=point>4</font>";
}
else
{
parent.forum.cols="127,*";
document.all.menuSwitch.innerHTML="<font class=point>3</font>";
}
}
</script>
</head>
<body topmargin="0" leftmargin="0">
<table width=100% height=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=100%>
<iframe style="height:100%; width:100%; visibility:inherit;" marginwidth=0 marginheight=0 framespacing=0 frameborder=0 src="left.htm"> </iframe>
</td>
<td bgcolor=dddddd>
<table width=100% height=100% border=0 cellpadding=0 cellspacing=0>
<tr><td onclick=changeWin()><img src="images/shim.gif" width=10 height=1></td></tr>
<tr><td onclick=changeWin() height=100% id=menuSwitch><font class=point>3</font></td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>