<!--
function sales(){

var sProperties = "";
sProperties += "scrollbars=1,resizable,";
sProperties += "width=370,";
sProperties += "height=420,";
sProperties += "status=0,";
sProperties += "menubar=1,";
sProperties += "location=1,";
sProperties += "toolbar=1,";
sProperties += "screenX=0,";
sProperties += "screenY=0,";
sProperties += "left=0,";
sProperties += "top=0";

SendWindow = window.open("../sales/index.htm","SendWindow",sProperties);
SendWindow.focus(); }

//-->