/************************************************************************* 
* 
* 	copyright: developed by Paul Denisevich 
* 	e-mail: mail@deniam.net 
* 	================================================================== 
* 
* 	file: /includes/js/site.functions.js 
*
**************************************************************************/ 






/*************************************************************************/ 
function previewPhoto2() 
{ 
	var photo_main_div_element = document.getElementById('specialItemPhotoContainter_main'); 
	var photo_2_div_element = document.getElementById('specialItemPhotoContainter_2'); 
	var photo_3_div_element = document.getElementById('specialItemPhotoContainter_3'); 
	var photo_4_div_element = document.getElementById('specialItemPhotoContainter_4'); 

	photo_main_div_element.style.display = 'none'; 
	photo_2_div_element.style.display = 'block'; 
	photo_3_div_element.style.display = 'none'; 
	photo_4_div_element.style.display = 'none'; 
} 
/*************************************************************************/ 
function previewPhoto3() 
{ 
	var photo_main_div_element = document.getElementById('specialItemPhotoContainter_main'); 
	var photo_2_div_element = document.getElementById('specialItemPhotoContainter_2'); 
	var photo_3_div_element = document.getElementById('specialItemPhotoContainter_3'); 
	var photo_4_div_element = document.getElementById('specialItemPhotoContainter_4'); 

	photo_main_div_element.style.display = 'none'; 
	photo_2_div_element.style.display = 'none'; 
	photo_3_div_element.style.display = 'block'; 
	photo_4_div_element.style.display = 'none'; 
} 
/*************************************************************************/ 
function previewPhoto3() 
{ 
	var photo_main_div_element = document.getElementById('specialItemPhotoContainter_main'); 
	var photo_2_div_element = document.getElementById('specialItemPhotoContainter_2'); 
	var photo_3_div_element = document.getElementById('specialItemPhotoContainter_3'); 
	var photo_4_div_element = document.getElementById('specialItemPhotoContainter_4'); 

	photo_main_div_element.style.display = 'none'; 
	photo_2_div_element.style.display = 'none'; 
	photo_3_div_element.style.display = 'block'; 
	photo_4_div_element.style.display = 'none'; 
} 
/*************************************************************************/ 
function previewPhoto4() 
{ 
	var photo_main_div_element = document.getElementById('specialItemPhotoContainter_main'); 
	var photo_2_div_element = document.getElementById('specialItemPhotoContainter_2'); 
	var photo_3_div_element = document.getElementById('specialItemPhotoContainter_3'); 
	var photo_4_div_element = document.getElementById('specialItemPhotoContainter_4'); 

	photo_main_div_element.style.display = 'none'; 
	photo_2_div_element.style.display = 'none'; 
	photo_3_div_element.style.display = 'none'; 
	photo_4_div_element.style.display = 'block'; 
} 
/*************************************************************************/ 
function showCoApplicantForm() 
{ 
	$("#containerCoApplicantApplication").slideDown("slow"); 
} 
/*************************************************************************/ 



