// JavaScript Document
function growPic(id)
{
	window.document.getElementById(id).style.width='450px';
	window.document.getElementById(id).style.height='300px';
}
function shrinkPic(id)
{
	window.document.getElementById(id).style.width='100px';
	window.document.getElementById(id).style.height='100px';
}

if (top.location == self.location) {top.location = 'http://www.autotrix.net/install';}
