// JavaScript Document

function openwindow1()
{
window.open("http://www.copiersrefurbished.com/copier-wizard.cfm","my_new_window","toolbar=no,,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=650,height=550");
this.name = "parentWindow"
}