function menutextPosition(myitem,position)
{
	if(BrowserDetect.browser=='Explorer')
	{
/*
		if(position)
		{
			myitem.style.top="13px";
			myitem.style.left="2px";
		}
		else
		{
			myitem.style.top="10px";
			myitem.style.left="-2px";
		}
*/
		if(position)
		{
			myitem.style.top="13px";
			myitem.style.left="10px";
		}
		else
		{
			myitem.style.top="10px";
			myitem.style.left="6px";
		}
	}
	else
	{
		if(position)
		{
			myitem.style.top="13px";
			myitem.style.left="10px";
		}
		else
		{
			myitem.style.top="10px";
			myitem.style.left="6px";
		}
	}
}

function mymenuPosition(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
		myitem.style.top="340px";
		myitem.style.right="-48px";
	}
	else
	{
		myitem.style.top="340px";
		myitem.style.right="-48px";
	}
}

function langmenuPosition(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
		myitem.style.top="20px";
		myitem.style.right="224px";
	}
	else
	{
		myitem.style.top="20px";
		myitem.style.right="224px";
	}
}

function flagimgPosition(myitem,position)
{
	if(BrowserDetect.browser=='Explorer')
	{
		if(position)
		{
			myitem.style.top="4px";
			myitem.style.left="0px";
		}
		else
		{
			myitem.style.top="2px";
			myitem.style.left="0px";
		}
	}
	else
	{
		if(position)
		{
			myitem.style.top="4px";
			myitem.style.left="0px";
		}
		else
		{
			myitem.style.top="2px";
			myitem.style.left="0px";
		}
	}
}

function leftpaneltextPosition(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
		myitem.style.top="-530px";
		myitem.style.right="635px";
	}
	else
	{
		myitem.style.top="-530px";
		myitem.style.right="635px";
	}
}

function prevnextPosition(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
/*
		myitem.style.top="550px";
		myitem.style.right="-530px";
*/
		myitem.style.top="590px";
		myitem.style.right="-250px";
	}
	else
	{
		myitem.style.top="590px";
		myitem.style.right="-250px";
	}
}

function prevnext2Position(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
/*
		myitem.style.top="-976px";
		myitem.style.left="466px";
*/
		myitem.style.top="-1070px";
		myitem.style.left="467px";
	}
	else
	{
		myitem.style.top="-1070px";
		myitem.style.left="467px";
	}
}

function prevnext3Position(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
/*
		myitem.style.top="-976px";
		myitem.style.left="416px";
*/
		myitem.style.top="-1070px";
		myitem.style.left="417px";
	}
	else
	{
		myitem.style.top="-1070px";
		myitem.style.left="417px";
	}
}

function searchPosition(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
/*
		myitem.style.top="-460px";
		myitem.style.left="30px";
*/
		myitem.style.top="-550px";
		myitem.style.left="30px";
	}
	else
	{
		myitem.style.top="-550px";
		myitem.style.left="30px";
	}
}

function catalogsmenuPosition(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
/*
		myitem.style.top="95px";
		myitem.style.right="40px";
*/
		myitem.style.top="5px";
		myitem.style.right="40px";
	}
	else
	{
		myitem.style.top="5px";
		myitem.style.right="40px";
	}
}

function catalogimgPosition(myitem,position)
{
	if(BrowserDetect.browser=='Explorer')
	{
		if(position)
		{
			myitem.style.top="18px";
			myitem.style.left="0px";
		}
		else
		{
			myitem.style.top="2px";
			myitem.style.left="0px";
		}
	}
	else
	{
		if(position)
		{
			myitem.style.top="18px";
			myitem.style.left="0px";
		}
		else
		{
			myitem.style.top="2px";
			myitem.style.left="0px";
		}
	}
}

function pagesimgPosition(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
//		myitem.style.top="170px";
		myitem.style.top="90px";
	}
	else
	{
		myitem.style.top="90px";
	}
}

function categoriesmenuPosition(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
//		myitem.style.top="-460px";
		myitem.style.top="-554px";
		myitem.style.left="20px";
	}
	else
	{
		myitem.style.top="-554px";
		myitem.style.left="20px";
	}
}

function framePosition(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
/*
		myitem.style.top="110px";
		myitem.style.right="36px";
		myitem.style.width="708px";
		myitem.style.height="616px";
*/
		myitem.style.top="20px";
		myitem.style.right="32px";
		myitem.style.width="688px";
		myitem.style.height="596px";
	}
	else
	{
		myitem.style.top="20px";
		myitem.style.right="32px";
		myitem.style.width="688px";
		myitem.style.height="596px";
	}
}

function framePosition2(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
/*
		myitem.style.top="-60px";
		myitem.style.right="-256px";
		myitem.style.width="708px";
		myitem.style.height="616px";
*/
		myitem.style.top="-70px";
		myitem.style.right="-728px";
		myitem.style.width="688px";
		myitem.style.height="596px";
	}
	else
	{
		myitem.style.top="-70px";
		myitem.style.right="-728px";
		myitem.style.width="688px";
		myitem.style.height="596px";
	}
}

function logoPosition(myitem)
{
	if(BrowserDetect.browser=='Explorer')
	{
/*
		myitem.style.top="-606px";
		myitem.style.right="48px";
		myitem.style.width="684px";
*/
		myitem.style.top="-700px";
		myitem.style.right="45px";
		myitem.style.width="688px";
	}
	else
	{
		myitem.style.top="-700px";
		myitem.style.right="45px";
		myitem.style.width="688px";
	}
}
