// JavaScript Document

function togglemenu (target)
{
targetLayer = (document.getElementById) ? document.getElementById(target) .style : eval("document." + target);
targetLayer.display = (targetLayer.display == "none") ? "" : "none";
}

function printquote() {
                    msg=window.open("../../printquote.php?wt=<? echo $row_FILM['wt'];?>&goto=1&nomail=1&markup=0&quotePDF=1","msg","height=780,width=800,left=80,top=80, scrollbars=yes", "scrolling=auto");
                    }