
//# - This is commented by Jeyaseelan.
//# - These variables are used to set on header page. If it changes then it affect whole pages
//adminview = 0;
//vmemper = 1;
//userlogged = 1;
var vGetCheckBoxFlag = ""; //#-- Flag set while clicking the checking by admin
var ie=document.all;
var nn6=document.getElementById&&!document.all;
var nn6off = nn6 ? 2 : 0;

//drag flag constants
var c_dragfree = 3;
var c_dragsamecol = 1;
var c_nodrag = 0;

//layout constants
var c_hmain_h = 100 + nn6off; // header main height
var c_hmain_cols = [ 300, -1, 200 ];
var c_sigin_cols = [ 100, -1, 100 ];

//browse vars
var browseqrysize = 100;
var browsecols = 4;
var browselines = 4;
var browsepag = browsecols*browselines;
var browsetagpag = 50;


//browse vars
var browseqrysize = 100;
var browsecols = 5;
var browselines = 4;
var browsepag = browsecols*browselines;

//general qry sizes
//this is the number of entries required to the query scripts
var journalqrysize = 5; //journal component qry size
var commentqrysize = 5; //comment component qry size
var sixpackqrysize = 6; //sizpack component qry size
var sixpackpag = 6; //sizpack component qry size
var bstripqrysize = 40; //bstrip component qry size
var bstrippag = 4;

var browserct = 0;

var ctable = 'c_bw';
//var ctable = 'c_blue';
var browseprodreport = 25;
//# - For permission error alert message - added by jeyaseelan on 14/05/07
//var cpermission = "Sorry, This profile has set as private. So you cannot view this page!";

//var cpermission = "We're sorry, this user has set their profile to private so you cannot view this page.";
/*
var cuserpermission = "Sorry, User profile has set as private. So you cannot view this page!";
//# - For permission error alert message - added by senraj on 04/10/07
var cgrouppermission = "Sorry, Group profile has set as private. So you cannot view this page!";
*/
var sesLifeTime = 60;
var permission = 0;

vAdmImagepath = '../images/';