function styleFix()
{
	/* add ie.css in case of browser is IE */
	var browser = '';
	if (navigator.appName.indexOf('Microsoft') != -1)
		browser = 'IE'
	else
		if (navigator.appName.indexOf('Netscape') != -1)
			browser = 'Netscape'
		else browser = 'IE';
	if (browser == 'IE') document.write('<'+'link rel=stylesheet href="/sites/rokshop.com/themes/{THEME_DIR}/style/ie.css" />');
}

function changePageFromSelect(what)
{
	window.top.location = what.options[what.selectedIndex].value;
}


/* RUN THESE FUNCTIONS AUTOMATICALY */

styleFix();
