
  var options = { 
     mode 	  : 'iframe',
     popHt    : 500,
     popWd    : 400,
     popX     : 200,
     popY     : 200,
     popTitle : 'Eurajoen kunta',
     popClose : true };    
 jQuery(document).ready( function () {
  jQuery("input#print_button").click(function(){
    jQuery("div.contentArea").printArea(options);
  });
 });


