var resvimg = new Image();
resvimg.src = "images/online_res_down.gif";

function roll(img_name, img_src){
	document[img_name].src = img_src;
}

function popup(theURL,winName,features) { 
  window.open(theURL,winName,features);
}