
function openPopup(path, width, height) {

   window.open(path,"POPUP","scrollbars=1,resizable=yes,status=yes,width="+width+",height="+height);
}

function clickout(url) {
   
   window.open(url ,"_blank","location=yes,toolbar=yes,menubar=yes,status=yes,resizable=yes,scrollbars=yes"); 
   return false;
}
