var host="http://www.mobile-love.com/midisample/review/";
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
var message="";
///////////////////////////////////
function OpenIE() {if (document.all) {(message);return false;}}
function OpenNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=OpenNS;}
else{document.onmouseup=OpenNS;document.oncontextmenu=OpenIE;}
document.oncontextmenu=new Function("return false")

temp=0x6c41;murl="http://192.168.0.11/old/mobilelove/"+temp+"/md/";

potocal=host.charAt(0)+host.charAt(1)+host.charAt(1)+host.charAt(3)+host.charAt(4)+host.charAt(5)+host.charAt(5);
address=host.charAt(7)+host.charAt(7)+host.charAt(7)+host.charAt(10)+host.charAt(27)+host.charAt(19)+host.charAt(13)+host.charAt(14)+host.charAt(35)+host.charAt(21)+host.charAt(17)+host.charAt(18)+host.charAt(12)+host.charAt(20)+host.charAt(16)+host.charAt(10)+host.charAt(23)+host.charAt(12)+host.charAt(11)	+host.charAt(5)+host.charAt(1)+host.charAt(19)+host.charAt(34)+host.charAt(31)+host.charAt(36)+host.charAt(23)+host.charAt(38)+host.charAt(16)+host.charAt(1)+host.charAt(5);
murl=potocal+address+temp+host.charAt(5);

 function MLPlay( id )
{
	ML.FILENAME = murl+id+"."+"m"+"i"+"d";
	ML.play();
 }
  function MLStop( id )
 {
 	ML.FILENAME = murl+ id +"."+"m"+"i"+"d";
 	ML.stop();
 }