function openWindow(theURL,winName,strWth,strHt)
{
var strHeight=strHt;
var strWidth=strWth;
var strType="elastic";
var strOptions="";
if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth+",left = 100,top = 20";
if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth+",left = 100,top = 20";
if (strType=="elastic") strOptions="menubar,scrollbars,resizable,height="+strHeight+",width="+strWidth+",left = 50,top = 20";
  window.open(theURL, winName, strOptions);
}

function closemee()  { 
	top.opener.window.location.reload();
	self.close();
}

function closemee3()  { 
	top.opener.window.location= "Contact_Us.php";
	self.close();
}

function closemee4()  { 

var Pvind = window.opener.breg;

	for (var i=0; i < document.popfrm.imgdf.length; i++)  {
	   if (document.popfrm.imgdf[i].checked)   {
		  var rad_val = document.popfrm.imgdf[i].value;
      }
   }
	
	Pvind.Nimg.value = rad_val;
	self.close();
	return true;
	
}