function showWindow() {
  document.getElementById("cc").style.left = ((document.body.clientWidth - 800) / 2) + "px"
  document.getElementById("cc").style.top = "150px"
  document.getElementById("cc").style.visibility = "visible";
  document.getElementById("ccclose").style.left = ((document.body.clientWidth - 800) / 2) + "px"
  document.getElementById("ccclose").style.visibility = "visible";
  document.getElementById("ccclose").innerHTML = "<table border='0' cellspacing='0' cellpadding='0' width='100%'><tr style='height:20px;background-color:#ffffff;'><td style='font-size:5px;'>&nbsp;</td><td rowspan=2 valign=top width=768px style='text-align:center;'><input type=button value=\"Close Quote Window\" onClick=\"javascript:cW()\"></td><td>&nbsp;</td><tr><td align=left style='vertical-align:bottom;'><img src='http://www.click-converter.com/images/bl.png'></td><td align=right valign=bottom><img src='http://www.click-converter.com/images/br.png'></td></tr></table>"
}

function sW() {
  showWindow()
  var aString = "http://www.click-converter.com/cc.asp?ic=384738478&id=" + scg
  document.getElementById("cc").src = aString
}

function hideWindow() {
  document.getElementById("cc").style.visibility = "hidden";
  document.getElementById("ccclose").style.visibility = "hidden";
}

function cW() {
  hideWindow()
}


