

function SubWindow() {
SubWindow = window.open("http://www.rlaj.com/subscribe.html",  "SubWindow", "toolbar=yes,width=580,height=300,directories=no,status=no,scrollbars=auto,resize=no,menubar=no,left=10,top=10");
}

function ContactWindow(URL) {
ContactWindow = window.open("http://www.rlaj.com/cgi-bin/postit/postit.pl?"+URL,  "ContactWindow", "toolbar=yes,width=580,height=450,directories=no,status=no,scrollbars=auto,resize=no,menubar=no,left=10,top=10");
}

function DownloadPgm(Title, ItemNo, Amt) {
var MyWidth = (window.screen.width) - 100; 
var MyHeight = (window.screen.height) - 150; 
CartWindow = window.open("/cgi-bin/A_RLAJ/dwn.pl?"+Title+"&"+ItemNo,  "CartWindow", "toolbar=yes,width="+MyWidth+",height="+MyHeight+",directories=yes,status=yes,scrollbars=yes,resize=yes,menubar=yes,left=10,top=10");	
}

function DwnldWindow(pgm, pgmName) {
var MyWidth = (window.screen.width) - 50; 
var MyHeight = (window.screen.height) - 50; 
var Exp = / /g;
pgmName = pgmName.replace(Exp,"+");
window.open("http://www.rlaj.com/cgi-bin/download/freedownload.cgi?RegDownload&"+pgm+"&"+pgmName,"Window0","toolbar=yes,scrollbars=yes,resizable=yes,width="+MyWidth+",height="+MyHeight+",left=0,top=0");
   }


