// JavaScript Document
var a1=100; 
if(screen.width==640)
	a1=80;
else if (screen.width==1024)
	a1=210;
else if(screen.width==1280)
	a1=337;

// JavaScript for guest menu Document
//g1 for guest variable
var g1=65; 
if(screen.width==640)
	g1=47;
else if (screen.width==1024)
	g1=178;
else if(screen.width==1280)
	g1=305;
	//---------gend-----//

// JavaScript for user menu Document
//u1 for user variable
var u1=183; 
if(screen.width==640)
	u1=164;
else if (screen.width==1024)
	u1=294;
else if(screen.width==1280)
	u1=425;
	//---------uend-----//

// JavaScript for admin menu Document
//ad1 for admin variable
var ad1=20; 
if(screen.width==640)
	ad1=5;
else if (screen.width==1024)
	ad1=133;
else if(screen.width==1280)
	ad1=258;
	//---------adend-----//


