function wo(link,name,h,w){
window.open(link,name,"height="+h+",width="+w+",status=yes,toolbar=yes,menubar=yes,location=yes,resizable =yes");
return false;
}