/* GLOBAL FILE ================================*/


       function init() {
	        	document.getElementById('show').style.position='relative';
	        	document.getElementById('show').style.left='0px';

}

/* LOCAL FILE ================================ */


       function init() {
	        	document.getElementById('show').style.position='relative';
	        	document.getElementById('show').style.left='0px';

}
