// JavaScript Document
	
	if(screen.width <= 800 && screen.height <= 600)
	{
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '778px';//'800px';
		tbl.style.height = '600px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_778-600.jpg)';
		
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '30px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '22px';
		brand.style.paddingTop = '38px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '22px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '29px';
		glass_co.style.paddingTop = '35px';	
		
	}
	else if(screen.width <='900' && screen.height <='600')
	{
		//Like 800x600
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '778px';//'800px';
		tbl.style.height = '600px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_778-600.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '30px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '22px';
		brand.style.paddingTop = '38px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '22px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '29px';
		glass_co.style.paddingTop = '35px';
				
	}
	else if(screen.width <='1024' && screen.height <='600')
	{
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1000px';//'1024px';
		tbl.style.height = '600px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_1000-600.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '38px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '62px';
		brand.style.paddingTop = '32px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '62px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '72px';
		glass_co.style.paddingTop = '35px';
		
		
	}
	else if(screen.width <='1024' && screen.height <='768')
	{
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1000px';//'1024px';
		tbl.style.height = '768px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_1000-768.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '70px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '68px';
		brand.style.paddingTop = '65px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '10px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '72px';
		glass_co.style.paddingTop = '45px';
		
	}
	else if(screen.width <='1088' && screen.height <='612')
	{
		//Like 1024x600
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1000px';//'1024px';
		tbl.style.height = '600px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_1000-600.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '38px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '62px';
		brand.style.paddingTop = '32px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '62px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '72px';
		glass_co.style.paddingTop = '35px';
		
	}
	else if(screen.width<=1152 && screen.height<=864 )
	{ 
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1130px';//'1152px';
		tbl.style.height = '752px';//'864px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_1130-752.jpg)';
		
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '60px';
		txtbl.style.left = '25%';
		
		
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '88px';
		brand.style.paddingTop = '58px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '35px';//88
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '95px';
		glass_co.style.paddingTop = '45px';	
		//alert('asd');
				
	}
	else if(screen.width <= '1280' && screen.height <='768')
	{	
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1258px';//'1280px';
		tbl.style.height = '650px';//'768px-118px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_1258-650.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '40px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '108px';
		brand.style.paddingTop = '35px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '48px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '115px';
		glass_co.style.paddingTop = '35px';
		
	}
	else if(screen.width <= '1280' && screen.height <='720')
	{
		//Like 1280x768
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1258px';//'1280px';
		tbl.style.height = '650px';//'768px-118px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_1258-650.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '40px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '108px';
		brand.style.paddingTop = '35px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '48px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '115px';
		glass_co.style.paddingTop = '35px';
		
	}
	else if(screen.width <= '1280' && screen.height <='800')
	{
		//Like 1280x768
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1258px';//'1280px';
		tbl.style.height = '650px';//'768px-118px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_1258-650.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '40px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '108px';
		brand.style.paddingTop = '35px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '48px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '115px';
		glass_co.style.paddingTop = '35px';
	}
	else if(screen.width <= '1280' && screen.height <='960')
	{
		//Like 1280x768
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1258px';//'1280px';
		tbl.style.height = '650px';//'768px-118px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_1258-650.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '40px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '108px';
		brand.style.paddingTop = '35px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '48px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '115px';
		glass_co.style.paddingTop = '35px';	
	}
	else if(screen.width <= '1280' && screen.height <='1024')
	{
		//like 1280x768
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1258px';//'1280px';
		tbl.style.height = '650px';//'768px-118px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_1258-650.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '40px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '108px';
		brand.style.paddingTop = '35px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '48px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '115px';
		glass_co.style.paddingTop = '35px';
		
	}
	else if(screen.width =='1600' && screen.height =='900') //laptop vasily
	{ 	//alert('asd');
		var tbl = document.getElementById('mainTable');
		tbl.align = 'center';
		tbl.style.width = '1578px';//'1440px';
		tbl.style.height = '782px';//900px-120px=780px;
		
		tbl.style.backgroundImage = 'url(../backgrounds/home_1418-782.jpg)';
		tbl.style.backgroundRepeat = 'no-repeat';
		tbl.style.backgroundPosition = 'center top';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '100px';//'70px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '212px'; //'132px';
		brand.style.paddingTop = '75px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '152px'; //'132px';
		
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '222px'; //'142px';
		glass_co.style.paddingTop = '45px';
		glass_co.align = 'left';
		
	}
	else if(screen.width <='1440' || screen.height <='900')
	{
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1418px';//'1440px';
		tbl.style.height = '782px';//900px-120px=780px;
		tbl.style.backgroundImage = 'url(../backgrounds/home_1418-782.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '70px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '132px';
		brand.style.paddingTop = '65px';
		

		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '72px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '142px';
		glass_co.style.paddingTop = '45px';
		
	}
	else if(screen.width <='1600' || screen.height <='1200')
	{
		//alert('hi');
		//Like 1440x900
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1418px';//'1440px';
		tbl.style.height = '782px';//900px-120px=780px;
		tbl.style.backgroundImage = 'url(../backgrounds/home_1418-782.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '70px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '100px';	//'132px'; - prin bl
		brand.style.paddingTop = '65px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '100px'; //'132px'; - >> >>
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '142px';
		glass_co.style.paddingTop = '45px';	
	}
	else if(screen.width >= '1600' && screen.height >='1200')
	{
		//Like 1440x900
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1418px';//'1440px';
		tbl.style.height = '782px';//900px-120px=780px;
		tbl.style.backgroundImage = 'url(../backgrounds/home_1418-782.jpg)';
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '70px';
		txtbl.style.left = '25%';
				
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '132px';
		brand.style.paddingTop = '65px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '132px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '142px';
		glass_co.style.paddingTop = '45px';
		
	}
	else
	{
		//alert('adasd');
		//Like 1152x864
		var tbl = document.getElementById('mainTable');
		tbl.style.width = '1130px';//'1152px';
		tbl.style.height = '752px';//'864px';
		tbl.style.backgroundImage = 'url(../backgrounds/home_1130-752.jpg)';
		
		
		//Text Table
		var txtbl = document.getElementById('tblGSBodyNew');
		//txtbl.style.top = '10%'; //35%
		txtbl.style.marginTop = '60px';
		txtbl.style.left = '25%';
		
		
		//Left Texts
		var brand = document.getElementById('div_choose_brand');
		brand.style.paddingLeft = '88px';
		brand.style.paddingTop = '58px';
		
		
		var brand = document.getElementById('div_choose_brand_use');
		brand.style.paddingLeft = '88px';
		//var brand = document.getElementById('div_choose_brand_contact');
		//brand.style.paddingLeft = '88px';
						
		var glass_co = document.getElementById('div_glass_co'); 
		glass_co.style.paddingLeft = '95px';
		glass_co.style.paddingTop = '45px';	
	}
	//tblGSBody
/*
width:1130px;
height:600px;

background-image:url(../images/glass_studio_background.jpg);	
*/



