function openwindow(url,width,height)
{
	window.open(url, "", "width=" + width + "px, height=" + height + "px, resizable, scrollbars=yes");
}

function roll(img_name, img_src)
{
	document[img_name].src = img_src;
}

function updateAddress(url) {
	window.location.href = url;
	return false;
}



