// JavaScript Document
function writeFooter(){
	document.write('<p class="footer">Sultan Murat Sokak No:15 Siteler / ANKARA<br />');
	document.write('<strong>Tel :</strong> 0 (312) 351 68 61<strong> Fax :</strong> 0 (312) 351 68 61 <strong>GSM :</strong> ');
	document.write('0 (532) 630 13 72 & 0 (530) 604 62 66 <br /><strong>');
	document.write('E-posta :</strong>info@iltaspaslanmaz.com</p>');
}

function setTitle(){
	document.title=":: Iltas Paslanmaz Korkuluk::";
}

function reHeightPageBottom(){
       var contentHolderHeight=GetHeight()-800;
       document.getElementById("pageHeightImage").style.height=contentHolderHeight;
}

function GetHeight()
{
       var y = 0;
       if (self.innerHeight)
       {
               y = self.innerHeight;
       }
       else if (document.documentElement && document.documentElement.clientHeight)
       {
               y = document.documentElement.clientHeight;
       }
       else if (document.body)
       {
               y = document.body.clientHeight;
       }
       return y;
}

