var rightbar; var coupletcode; rightbar = window.screen.width-130; coupletcode = ""; if (window.screen.width>=1024) { document.write(coupletcode); } function InsertCouplet() { if (window.screen.width>=1024){ document.all.showad_index1.style.visibility = "visible"; document.all.showad_index2.style.visibility = "visible"; document.all.showad_index1.innerHTML = ""; document.all.showad_index2.innerHTML = ""; } } InsertCouplet(); /*function leftFFG_DoFSCommand(command,args){ if ((command == "SohuCLFS")&&(args =="hidecouplet")){ document.all.showad_index1.style.visibility = "hidden"; document.all.showad_index2.style.visibility = "hidden"; } }*/ function leftFFG_DoFSCommand(command,args) { document.all.showad_index1.style.visibility = "hidden"; document.all.showad_index2.style.visibility = "hidden"; } function youFFG_DoFSCommand(command,args){ leftFFG_DoFSCommand(command,args); }