var brNum; 
var navName			= navigator.appName ;
var brVer			= navigator.userAgent; 
var reg				= new RegExp('/');
var tmp_path_ini	= "http://www.logodesignguru.com/es/";
var	FLAG			= "FFS";

if (navigator.appName == 'Microsoft Internet Explorer')
{
	var brVerId	= brVer.indexOf('MSIE');
	brNum		= brVer.substr(brVerId,8);

	if (brNum == "MSIE 7.0")
	{
		FLAG	= "FFS";
	}
	else
	{
		FLAG	= "IE6";
	}
}
else
{
	FLAG	= "FFS";
}

//document.write("<LINK rel='SHORTCUT ICON' href='http://www.logodesignguru.com/favicon.ico'>");

if (GROUP_NAME.indexOf(",INDEX,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + FLAG + "_index.css' type=text/css rel=stylesheet>");

if (GROUP_NAME.indexOf(",BASE,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + FLAG + "_base.css' type=text/css rel=stylesheet>");

if (GROUP_NAME.indexOf(",FLASH,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + FLAG + "_flash.css' type=text/css rel=stylesheet>");

if (GROUP_NAME.indexOf(",RIGHT,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + FLAG + "_right.css' type=text/css rel=stylesheet>");
	
if (GROUP_NAME.indexOf(",BROCHURE,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + FLAG + "_Brochure.css' type=text/css rel=stylesheet>");

if (GROUP_NAME.indexOf(",PACK1,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + FLAG + "_Pack1.css' type=text/css rel=stylesheet>");

if (GROUP_NAME.indexOf(",PACK2,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + FLAG + "_Pack2.css' type=text/css rel=stylesheet>");

if (GROUP_NAME.indexOf(",TESTIMONIAL,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + FLAG + "_testimonials.css' type=text/css rel=stylesheet>");

if (GROUP_NAME.indexOf(",PORTFOLIO,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + "Portfolio.css' type=text/css rel=stylesheet>");
	
if (GROUP_NAME.indexOf(",ORDER,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + "OrderForms.css' type=text/css rel=stylesheet>");	

if (GROUP_NAME.indexOf(",MISC,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + "form_tables.css' type=text/css rel=stylesheet>");	

if (GROUP_NAME.indexOf(",ADDSERVE,") != "-1")
	document.write("<LINK href='" + tmp_path_ini + "AddServe.css' type=text/css rel=stylesheet>");

function change_image(image)
{
	document.getElementById("home_img").src	= image;	
}
function image_load()
{
	var image1;
	var image2;
	var image3;
	var image4;
	var image5;
	var image6;
	Image1 = new Image(449,227)
	Image2 = new Image(449,227)
	Image3 = new Image(449,227)
	Image4 = new Image(449,227)
	Image5 = new Image(449,227)
	Image6 = new Image(449,227)
	
	Image1.src = "http://www.logodesignguru.com/images/LeftBlurb_99er.jpg";
	Image2.src = "http://www.logodesignguru.com/images/LeftBlurb_basic.jpg";
	Image3.src = "http://www.logodesignguru.com/images/LeftBlurb_executive.jpg";
	Image4.src = "http://www.logodesignguru.com/images/LeftBlurb_Elite.jpg";
	Image5.src = "http://www.logodesignguru.com/images/LeftBlurb_Guru.jpg";
	Image6.src = "http://www.logodesignguru.com/images/LeftBlurb_Superior.jpg";
}
