// JavaScript Document
function show_preloader()
{
	prel.style.left=177;
	prel.style.top=200;
	prel.style.visibility="visible";
	
}


