﻿  	// JScript File

$(document).ready(function(){
//hide advance search
	 $(".divAdvanceDtl").hide();
	
	 //toggle advance search
	 $(".divAdvanceSearch").click(function(){
	 $(".divAdvanceDtl").slideToggle(800);
	 }); 
  });
  	

			
			$(document).ready(function(){
			    $(".AdvPhoto").colorbox({width:700, height:350, iframe:true,overlayClose:false});
				$(".contactDadhich").colorbox({width:700, height:350, iframe:true,overlayClose:false});
				$(".termsDadhich").colorbox({width:"80%", height:"70%", iframe:true,overlayClose:false});
				$(".disclaimerDadhich").colorbox({width:"70%", height:"60%", iframe:true,overlayClose:false});					    $(".about_dadhichMatrimony").colorbox({width:"70%", height:"60%", iframe:true,overlayClose:false});				    $(".dadhichMatrimony_PrivacyPolicy").colorbox({width:"70%", height:"60%", iframe:true,overlayClose:false});	
$(document).pngFix(); 
		
			});
  
  
