﻿function hakkimdayardim() {
	var curtain = document.getElementById('curtain');
	curtain.style.width = '100%';
	curtain.style.height = (document.body.offsetHeight<screen.height) ? screen.height+'px' : document.body.offsetHeight+20+'px';
	curtain.style.display = 'block';

	
	var assistBox = document.getElementById('assistBox');
	
	assistBox.style.left = (document.body.offsetWidth<screen.width) ? ((screen.width - 650) / 2)+'px' : ((document.body.offsetWidth - 650) / 2)+'px';
	assistBox.style.display = 'block';
	window.scrollTo(0,0);

}

function yardimikapa() {
	var assistBox = document.getElementById('assistBox');
	assistBox.style.display = 'none';
	var curtain = document.getElementById('curtain');
	curtain.style.display = 'none';
}

function hakkimdayardim2() {
	var curtain2 = document.getElementById('curtain2');
	curtain2.style.width = '100%';
	curtain2.style.height = (document.body.offsetHeight<screen.height) ? screen.height+'px' : document.body.offsetHeight+20+'px';
	curtain2.style.display = 'block';

	
	var assistBox2 = document.getElementById('assistBox2');
	
	assistBox2.style.left = (document.body.offsetWidth<screen.width) ? ((screen.width - 650) / 2)+'px' : ((document.body.offsetWidth - 650) / 2)+'px';
	assistBox2.style.display = 'block';
	window.scrollTo(0,0);

}

function yardimikapa2() {
	var assistBox2 = document.getElementById('assistBox2');
	assistBox2.style.display = 'none';
	var curtain2 = document.getElementById('curtain2');
	curtain2.style.display = 'none';
}

function hakkimdayardim3() {
	var curtain3 = document.getElementById('curtain3');
	curtain3.style.width = '100%';
	curtain3.style.height = (document.body.offsetHeight<screen.height) ? screen.height+'px' : document.body.offsetHeight+20+'px';
	curtain3.style.display = 'block';

	
	var assistBox3 = document.getElementById('assistBox3');
	
	assistBox3.style.left = (document.body.offsetWidth<screen.width) ? ((screen.width - 650) / 2)+'px' : ((document.body.offsetWidth - 650) / 2)+'px';
	assistBox3.style.display = 'block';
	window.scrollTo(0,0);

}

function yardimikapa3() {
	var assistBox3 = document.getElementById('assistBox3');
	assistBox3.style.display = 'none';
	var curtain3 = document.getElementById('curtain3');
	curtain3.style.display = 'none';
}

function hakkimdayardim4() {
	var curtain4 = document.getElementById('curtain4');
	curtain4.style.width = '100%';
	curtain4.style.height = (document.body.offsetHeight<screen.height) ? screen.height+'px' : document.body.offsetHeight+20+'px';
	curtain4.style.display = 'block';

	
	var assistBox4 = document.getElementById('assistBox4');
	
	assistBox4.style.left = (document.body.offsetWidth<screen.width) ? ((screen.width - 650) / 2)+'px' : ((document.body.offsetWidth - 650) / 2)+'px';
	assistBox4.style.display = 'block';
	window.scrollTo(0,0);

}

function yardimikapa4() {
	var assistBox4 = document.getElementById('assistBox4');
	assistBox4.style.display = 'none';
	var curtain4 = document.getElementById('curtain4');
	curtain4.style.display = 'none';
}
