var styleSheet = "";
if ( typeof(preview) != "undefined" && preview ) {
	styleSheet = "<link rel=\"Stylesheet\" href=\"/gsacma/secure/content/previewStatic.jsp?path\=/styles/main" + styleSuffix + ".css\" type=\"text/css\" media=\"screen, print\" />";
    styleSheet += "\n<link rel=\"Stylesheet\" href=\"/gsacma/secure/content/previewStatic.jsp?path\=/styles/es/localized" + styleSuffix + ".css\" type=\"text/css\" media=\"screen, print\" />";
	styleSheet += "\n<link rel=\"Stylesheet\" href=\"/gsacma/secure/content/previewStatic.jsp?path\=/styles/preview_main" + styleSuffix + ".css\" type=\"text/css\" media=\"screen, print\" />";
	styleSheet += "\n<link rel=\"Stylesheet\" href=\"/gsacma/secure/content/previewStatic.jsp?path\=/styles/es/preview_localized" + styleSuffix + ".css\" type=\"text/css\" media=\"screen, print\" />";
}
else {
  styleSheet = "<link rel=\"Stylesheet\" href=\"/styles/main" + styleSuffix + ".css\" type=\"text/css\" media=\"screen, print\" />";
    styleSheet += "\n<link rel=\"Stylesheet\" href=\"/styles/es/localized" + styleSuffix + ".css\" type=\"text/css\" media=\"screen, print\" />";
}
document.write(styleSheet);


function resetDefaultTab(fgSearchForm) {
    //Do Nothing for Spanish Pages
}
