// JavaScript Document
function showWindowCCV ()
{
	var strURL = "/images/ccv.gif";
	var strParams = "width=200,height=300";
	
	try
	{
		winCCV.close();
		
	} catch (e) {  }
	
	winCVV = window.open(strURL, "winCVV", strParams);
	
} // showWindowCVV() :void