document.domain = "kapanlagi.com";
function getEqualTemplate(){   
   if(document.getElementById('leftcontentwoman')){
      var left       = document.getElementById('leftcontentwoman').offsetHeight;
      var higest = left;
      if(document.getElementById('rightcontentwoman')){
         var right       = document.getElementById('rightcontentwoman').offsetHeight;
         if(right>left)
         {
            higest = right;
            document.getElementById('leftcontentwoman').style.height = right+'px';
         }
      }
      if(document.getElementById('maincontentwoman')){
         var middle       = document.getElementById('maincontentwoman').offsetHeight;
         if(middle>higest)
         {
            higest = middle;
            document.getElementById('leftcontentwoman').style.height = middle+'px';
         }
      }
   }
}

function getEqualHeightWoman(){
   $(function(){ setTimeout("$('#mainWoman').equalHeights()",500); });
}

function processPolling(thisForm, view) {
      tview = document.getElementById("view");
      tview.value = view
      tform = document.getElementById(thisForm);
      window.open("", "polling", "fullscreen=1,scrollbars =1");
      tform.submit();
}

function setWomanIframeHeight(iframe_id) {
	var the_height = document.getElementById(iframe_id).contentWindow.document.body.scrollHeight;
	document.getElementById(iframe_id).height = the_height;
}

