//copyright www.soundjet.net
var lan_str = new Array(),f_lan="en";
var order_page;
lan_str[0] = "Submit";
lan_str[1] = "Please input keywords!";
lan_str[2] = "Most";
lan_str[3] = "products in one order form";
lan_str[4] = "Submit";
lan_str[5] = "Modify";
lan_str[6] = "Delete";
lan_str[7] = "Number";
lan_str[8] = "Comment";
lan_str[9] = "view or modify order form";
lan_str[10] = "click to add this spec to order form";
lan_str[11] = "delete this product from the order form?";
lan_str[12] = "add successfully";
lan_str[13] = "modify the order form successfully";
lan_str[14] = "already delete";
lan_str[15] = "update order form...";
lan_str[16] = "order form is empty, please add some product to the order form in the product area";
lan_str[17] = "click to expand the order form";
lan_str[18] = "click to hide the order from";
lan_str[19] = "enrguang_01.swf"
order_page = "buy_list.asp";

function searchinput()
{if (document.getElementById("form_seach").keywords.value == "")
   {alert(lan_str[1]);
     document.getElementById("form_seach").keywords.focus();
     return false;
    }
 return true;
}

document.write("<style type=\"text/css\">"); 
document.write("#com_home,#ser_home{text-overflow: ellipsis;}")
document.write("</style>"); 

function swf(sFile,sWidth,sHeight){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+ sWidth +'" height="'+ sHeight +'"><param name="movie" value="images/'+ sFile +'"><param name="quality" value="high"><param name="menu" value="false"><param name="wmode" value="transparent"><embed src="images/'+ sFile +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noborder" wmode="transparent" menu="false" width="'+ sWidth +'" height="'+ sHeight +'"></embed></object>');
}

function openwin(tURL,win,features) { var newwin=window.open(tURL,win,features); return false;}
function js_openpage(url) {
  var newwin=window.open(url,"","toolbar=no, top=8,left=0,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=420,height=420");
  return false;
}
function js_infopen(url) {
  var newwin=window.open(url,"open","toolbar=no, top=20,left=0,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=638,height=394");
  return false;
}
