var root_path ="http://www.modernmedicare.co.in/";
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function showbig(val)
{
window.open(root_path+'displayimage.php?img='+val,'BigImage','top=0,left=0,width=700,height=500,leftmargin=0 topmargin=0 marginwidth=0 marginheight=0,resizable=no,scrollbars=yes');
}

function openpopup(img)
{

window.open(root_path+"displayimage.php?img="+img,"viewgiftproducts","top=0,left=0,width=350,height=473,resizable=no,scrollbars=no");
}