\n');
}
function openUnitWindow(args)
{
new_window = window.open("","","width=600,height=600,toolbar=no,status=no,scrollbars=no,titlebar=no,menubar=no,resizeable=no");
new_window.document.write("
");
new_window.document.write("");
new_window.document.write("
");
new_window.document.write("");
}
function openPrintWindow(args)
{
window.open("images_pdf/"+args+".pdf","","width=550,height=500,titlebar=yes,toolbar=no,menubar=no,resizable=yes,status=yes,scrollbars=yes");
}
function openWindow(args)
{
window.open(args,"","width=550,height=500,toolbar=yes,menubar=yes,resizable=yes,status=yes");
}
function submitEmail(args)
{
window.open("http://www.aralconstruction.com/soho/SubmitEmail.php?"+args,"","width=350,height=200,toolbar=no,menubar=no,resizable=no,status=no");
}
//-->