function yazdir()
{
	var sayfa = window.open('','','width=700,height=600,scrollbars=yes');
	sayfa.document.open("text/html");
	sayfa.document.write('<link rel="stylesheet" href="http://www.yoikk.gov.tr/dosya/img/print.css" media="all" type="text/css" />');
	
	sayfa.document.write(document.getElementById('orta').innerHTML);
	sayfa.document.write('<div>&nbsp;</div><div style="text-align:center"><strong>YOİKK Yatırım Ortamını İyileştirme Koordinasyon Kurulu</strong><br />www.yoikk.gov.tr</div>');

	sayfa.document.close();
	sayfa.print();
}
function ClearValue(field, strCheck)
{
	if(field.value == strCheck)
	field.value = "";				
}
function Repopulate(field, strCheck)
{
	if(field.value == "")
	field.value = strCheck;
}
$(document).ready(function() {
  $('a[href*=#]').click(function() {
 if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
   && location.hostname == this.hostname) {
    var $target = $(this.hash);
    $target = $target.length && $target || $('[name=' + this.hash.slice(1) +']');
    if ($target.length) {
     $target.ScrollTo(400);
     return false;
    }
 };
  });
});

