
/*ShowMe is used for open page in frame*/
function showMe(str,ht)
{		
  var currentfr=document.getElementById("ifrm");
  currentfr.height = ht;
  frames['myFrame'].location.href=str;
}
