function viewPic1(image1){tipDiv.innerHTML = "<img src='" + image1 + "'>";tipDiv.style.visibility="hidden";var height1=tipDiv.scrollHeight;var width1=tipDiv.scrollWidth;newwin = open(' ', '_blank','status=0,height=' + height1 + ', width=' + width1 + ',left=50, top=50');newwin.document.writeln('<html><title>view Image</title><body bottommargin=0 topmargin=0 leftmargin=0>');newwin.document.writeln('<a href=# onClick="window.close(); return false;"><img src="' + image1 + '" border=0></a>');newwin.document.writeln('</body></html>');};
function ddrivetip(thetext){tipobj= document.getElementById("dhtmltooltip_English");tipobj.style.visibility="hidden";tipobj.filters[0].Apply();tipobj.innerHTML=thetext;tipobj.style.visibility="visible";if(enabletip!=true)tipobj.filters[0].Play();enabletip=true;};function hideddrivetip(){enabletip=false;tipobj.style.visibility="hidden";tipobj.style.backgroundColor='';tipobj.style.width='';};function positiontip(){if (enabletip){var curX= event.x+document.body.scrollLeft;var curY= event.y+document.body.scrollTop;tipobj.style.left=curX-160;tipobj.style.top=curY+20;tipobj.style.visibility="visible";}};
function delayhidemenu(){delayhide=setTimeout("hidemenu()",100);};function clearhidemenu(){if(window.delayhide) clearTimeout(delayhide);}; function hidemenu(){menuObj.style.visibility= "hidden";};function dynamichide(e){if(!menuObj.contains(e.toElement)){	hidemenu();	tdObj.className="MKstyleNoneS";}};function highlightmenu(e,state){tdObj.className="MKstyleS";if(document.all)	source_el=event.srcElement;else if (document.getElementById)	source_el=e.target;if (source_el.className=="menuitems"){	source_el.id=(state=="on")? "mouseoverstyle" : "";}else{while(source_el.id!="popmenu"){	source_el=document.getElementById? source_el.parentNode : source_el.parentElement;	if (source_el.className=="menuitems"){source_el.id=(state=="on")? "mouseoverstyle" : "";}}}};function getX(obj) {if( obj == document.body ) 	return obj.offsetLeft;  else 	return obj.offsetLeft +getX( obj.offsetParent );};function getY(obj) {  if ( obj == document.body ) 	return obj.offsetTop;  else 	return obj.offsetTop +getY( obj.offsetParent );};
function showmenu(e,which,tdName,index1){
clearhidemenu();
tdObj=document.getElementById(tdName);
menuObj=document.getElementById("popmenu");
menuObj.style.visibility="hidden";
menuObj.filters[index1].Apply();
menuObj.innerHTML=which;
menuObj.style.left= getX(tdObj)+tdObj.offsetWidth;
menuObj.style.top=  getY(tdObj)+tdObj.offsetWidth;
if(which!='')
	menuObj.style.visibility="visible";
menuObj.filters[index1].Play();
return false;
};
var enabletip=false; var tipobj,menuObj,tdObj;