function hoverOn(x){
	//alert('p' + x + '.jpg');
   document['mainimage'].src = 'img/p' + x + '.jpg';
}

function hoverOff(){
	//alert('test2');
   document['mainimage'].src = 'img/p0.jpg';
}
