function init() {
	$('loading').style.display="none";
	if(!document.all) {
		$('bodyid').style.backgroundPosition = "center "+parseInt((screen.height)/3)+"px";
	}
	$('ringid').style.left = parseInt((screen.width-205)/2)+"px";
	$('ringid').style.top = parseInt((screen.height-172)/3)+"px";
	$('textid').style.width = '600px';
	$('textid').style.left = parseInt((screen.width-600)/2)+"px";
	$('phpid').style.width = '50px';
	$('phpid').style.left = parseInt((screen.width-50)/2)+"px";
	$('phpid').style.top = parseInt($('ringid').style.top)+"px";
	$('infoid').style.width = '600px';
	$('infoid').style.left = parseInt((screen.width-600)/2)+"px";
	$('infoid').style.top = parseInt($('ringid').style.top)+240+"px";
	$('phpinfoid').style.position="absolute";
	$('phpinfoid').style.width = '600px';
	$('phpinfoid').style.left = parseInt((screen.width-600)/2)+"px";
	$('phpinfoid').style.top = parseInt($('infoid').style.top)-40+"px";
	$('infotextid').style.top = parseInt($('ringid').style.top)+340+"px";
	$('infotextid').style.left = parseInt((screen.width-600)/2)+"px";
	$('footerid').style.left=(screen.width-400)/2+"px";
	$('footerid').style.top= (screen.height-200)+"px";
	$('phpinfoid').style.visibility=$('infotextid').style.visibility=$('phpid').style.visibility=$('footerid').style.visibility=$('infoid').style.visibility=$('textid').style.visibility=$('ringid').style.visibility="visible";
	new Draggable('ringid', {revert: true});
}
function onring() {
	 $('ringid').style.cursor = 'move';
}
function offring() {
	$('ringid').style.cursor = "default";
}
function footerOver() {
	$('footerid').className="footerclassover";
}
function footerOut() {
	$('footerid').className="footerclass";
}
function footerClick() {
	location.href = 'http://www.dmwtechnologies.com';
}