function HiddenPreview(){
$("DivPlayer").innerHTML="";
$("divpreview").style.display = "none";
}
function ShowPreview(img,isize,iplayer,ivideo){
$("divpreview").style.display="";
var iheight=200;
if(iplayer=="mediaplayer"){
if(ivideo=="yes")
iheight=360;
else
iheight=68;
$("DivPlayer").innerHTML="";
}
if(iplayer=="real"){
if(ivideo=="yes")
iheight=360;
else
iheight=32;
$("DivPlayer").innerHTML="";
}
if(iplayer=="quicktime"){
if(ivideo=="yes")
iheight=360;
else
iheight=32;
$("DivPlayer").innerHTML="";
}
if(iplayer=="flash"){
if(ivideo=="yes")
iheight=360;
else
iheight=32;
$("DivPlayer").innerHTML="";
}
}
function mouseover(obj){
obj.style.background="#F1F1F1";
}
function mouseout(obj){
obj.style.background="";
}
ShowPreview('http://www.fuyindiantai.org/music/pg/cd03/pgcd3tk12.wma','0','mediaplayer','no');