function openPopVcode(desc,name)
{
var OpenWindow=window.open("", "newwin", "height=350,width=500,screenX=300,screenY=200,left=300,top=200");
OpenWindow.document.write("<HTML><head>")
OpenWindow.document.write("<title>Locating the Security Code on Your Credit Card</title>")
OpenWindow.document.write("<LINK REL='stylesheet' TYPE='text/css' HREF='brcreek.css'></head>")
OpenWindow.document.write("<body bgcolor='ffffff' topmargin=0>")
OpenWindow.document.write("<img src='images/vcode.jpg'><br><div align=center><a href='javascript:window.close()' class='thisPage' style='text-decoration:underline;'>Close Window</a></div>")
OpenWindow.document.write("</body></html>")
}