[CODE]<html>
<head>
<style>
A {TEXT-DECORATION: none}
A:hover {COLOR: #ff9900; TEXT-DECORATION: underline}
TD{font-size: 9pt; color: #0080C0}
.out{font-size: 9pt; color: #0080C0;border-width:1px;border-style:solid;border-color:0090c0 0070b0 0070b0 0090c0;cursor:hand; background:#A6C4BC; text-align: center}
.out2 {text-align: center}
.out2{font-size: 9pt; color: #0080C0;border-width:1px;border-style:solid;border-color:0070b0 0090c0 0090c0 0070b0;background:#A6C4BC;cursor:default}
</style>
<script language="javascript">
var text1,text2,text3,text4;
text1=new Array();
text1[0]="Girl";
text1[1]="Sence";
text1[2]="Classmate";
text1[3]="MM";
text1[4]="Age";
text1[5]="Love";
text2=new Array();
text2[0]="痴心绝对";
text3=new Array();
text3[0]="Cngame download";
text4=new Array();
text4[0]="Aministrator";
text4[1]="Freind";
document.write("<div id='showMenu_1' style='position: absolute;visibility: hidden;background-color: orange;filter: revealTrans(Duration=1.5,Transition=12) alpha(opacity=60);z-index: 1;'>");
document.write("<table border=0 width=100%>");
for (j=0;j<text1.length;j++){
document.write("<tr><td align='center' class='out'>"+text1[j]+"</td></tr>");
}
document.write("</table></div>");
document.write("<div id='showMenu_2' style='position: absolute;visibility: hidden;background-color: orange;filter: revealTrans(Duration=1.5,Transition=12) alpha(opacity=60);z-index: 1;'>");
document.write("<table border=0 width=100%>");
for (j=0;j<text2.length;j++){
document.write("<tr><td align='center' class='out'>"+text2[j]+"</td></tr>");
}
document.write("</table></div>");
document.write("<div id='showMenu_3' style='position: absolute;visibility: hidden;background-color: orange;filter: revealTrans(Duration=1.5,Transition=12) alpha(opacity=60);z-index: 1;'>");
document.write("<table border=0 width=100%>");
for (j=0;j<text3.length;j++){
document.write("<tr><td align='center' class='out'>"+text3[j]+"</td></tr>");
}
document.write("</table></div>");
document.write("<div id='showMenu_4' style='position: absolute;visibility: hidden;background-color: orange;filter: revealTrans(Duration=1.5,Transition=12) alpha(opacity=60);z-index: 1;'>");
document.write("<table border=0 width=100%>");
for (j=0;j<text4.length;j++){
document.write("<tr><td align='center' class='out'>"+text4[j]+"</td></tr>");
}
document.write("</table></div>");
function long_div(){
var the_div=window.document.getElementById("menu_0");
var if_long=the_div.style.pixelWidth-6;
if (if_long>100){
the_div.style.pixelWidth=if_long;
}else{
the_div.style.pixelWidth=100;
}
}
function short_div(){
var the_div=window.document.getElementById("menu_0");
var if_short=the_div.style.pixelWidth+6;
if (if_short<500){
the_div.style.pixelWidth=if_short;
}else{
the_div.style.pixelWidth=500;
}
}
function ok_div(){
var the_div=window.document.getElementById("menu_0");
if (the_div.style.pixelWidth==100){
window.document.getElementById("menu2").style.display="block";
window.document.getElementById("menu3").style.display="block";
window.document.getElementById("menu4").style.display="block";
window.document.getElementById("menu5").style.display="block";
clearInterval(the_div.doing);
the_div.doing=setInterval("short_div();",10);
}else{
if (the_div.style.pixelWidth==500){
window.document.getElementById("menu2").style.display="none";
window.document.getElementById("menu3").style.display="none";
window.document.getElementById("menu4").style.display="none";
window.document.getElementById("menu5").style.display="none";
clearInterval(the_div.doing);
the_div.doing=setInterval("long_div();",10);
}else{
return false;
}
}
}
function show_menu(num){
for(var i=1;i<5;i++){
var theMenu="showMenu_"+i
theMenu=window.document.getElementById(theMenu);
theMenu.filters.revealTrans.stop();
theMenu.style.visibility="hidden";
}
var the_div,the_menu,menu_left,menu_top,menu_width;
the_div=window.document.getElementById("menu_0");
the_menu="showMenu_"+num;
the_menu=window.document.getElementById(the_menu);
the_menu.style.pixelLeft=the_div.style.pixelLeft+100*num;
the_menu.style.pixelTop=the_div.style.pixelTop+20;
the_menu.style.pixelWidth=100;
the_menu.filters.revealTrans.apply();
the_menu.style.visibility="visible";
the_menu.filters.revealTrans.play();
}
function hide_menu(){
for(var i=1;i<5;i++){
var theMenu="showMenu_"+i
var the_menu=window.document.getElementById(theMenu);
the_menu.filters.revealTrans.stop();
the_menu.style.visibility="hidden";
}
}
function showMenu(num){
var theMenu,the_div,the_menu,menu_left,menu_top,menu_width;
the_div=window.document.getElementById("menu_0");
if (the_div.style.pixelWidth==500){
the_menu=window.document.getElementById("menu_2");
the_menu.style.pixelLeft=the_div.style.pixelLeft+100*num-1;
the_menu.style.pixelTop=the_div.style.pixelTop;
the_menu.style.pixelWidth=100;
the_menu.style.display="block";
}else{
return false;
}
}
function hideMenu(){
var the_div=window.document.getElementById("menu_0");
if (the_div.style.pixelWidth==500){
var the_menu=window.document.getElementById("menu_2");
the_menu.style.display="none";
}else{
return false;
}
}
</script>
</head>
<body>
<div id="menu_0" style="position: absolute;top: 100;left: 100;width: 100;height: 20;background-color: orange;filter:alpha(opacity=60);z-index: 1;">
<table border=0 width="100%">
<tr>
<td id="menu1" class="out" onClick="ok_div();hide_menu();" width="100">Wind</td>
<td id="menu2" class="out" style="display: none;" width="100" onClick="show_menu(1);" onMouseOver="showMenu(1);" onMouseOut="hideMenu();">Photo</td>
<td id="menu3" class="out" style="display: none;" width="100" onClick="show_menu(2);" onMouseOver="showMenu(2);" onMouseOut="hideMenu();">Music</td>
<td id="menu4" class="out" style="display: none;" width="100" onClick="show_menu(3);" onMouseOver="showMenu(3);" onMouseOut="hideMenu();">Soft</td>
<td id="menu5" class="out" style="display: none;" width="100" onClick="show_menu(4);" onMouseOver="showMenu(4);" onMouseOut="hideMenu();">Contact</td>
</tr>
</table>
</div>
<div id="menu_2" style="position: absolute;left: 100;display: none;background-color: yellow;filter:alpha(opacity=60);z-index: 0;">
<table width="100" height="5">
<tr>
&nbsp;
</td>
</table>
</div>
</body>
</html>[/CODE]