function iframe_size(obj) {
	if (obj.contentWindow.document.body.scrollHeight) {
	    obj.height=(obj.contentWindow.document.body.scrollHeight + 20);
	  } else {
	    obj.height=600;
	}
}
function image_rollover(obj,image) {
	obj.src=image;
}
