<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "NO"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage1		= "yes"		// SHOW A SIDEBAR IMAGE
var showscroller	= "NO"		// SHOW THE SCROLLER
var scrollspacing	= "5"		// NUDGE SIDEBAR DOWN
var bordercolor		= "9291AA"	// SCROLLER AND IMAGE BORDER COLOR

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "155"		// DATE Y LOCATION
var dateLR1		= "left"	// DATE LEFT OR RIGHT
var dateX1		= "10"		// DATE X LOCATION
var dateY1		= "160"		// DATE Y LOCATION

var showsearch		= "no"		// SHOW THE SEARCH FORM
var searchLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "13"		// SEARCH FORM X LOCATION
var searchY		= "210"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Web Search"	// TEXT ABOVE SEARCH FORM
function startSearch1()
{
	//ser=document.forms[0].find.value
	//alert(document.getElementById('find').value);
	find1=document.getElementById('find').value;
	self.location = "Search_Site.asp?find="+find1
	
}

// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS
//Your Date Script is starts from here

// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')



// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<IMG SRC="immagini/HTLClogo2.jpg" border="0" width="145"><br>')
document.write('</td></tr></table>')
document.write('<br>')
document.write('<a href="I.E.Brochure HTLC Network.pdf" target="_blank" class="sidelink1">Network Brochure Download</a>')
document.write('<br><br>')
document.write('<a href="E.company profile.pdf" target="_blank" class="sidelink1">Network Profile Download</a>')
document.write('<br><br>')
document.write('<a href="sas70.asp" class="sidelink1">SAS 70</a>')
document.write('<br><br>')
document.write('<a href="contact.asp" target="_blank" class="sidelink1">Our fees ?</a>')
document.write('<br><br>')
document.write('<a href="https://presenweb.teamsystem.com" target="_blank"><IMG SRC="immagini/ROP.jpg" border="0" width="145"><br></a>')
document.write('<br>')
document.write('<a href="http://workflow.htlcnetwork.com/ERM" target="_blank"><IMG SRC="immagini/workflow.jpg" border="0" width="145"><br></a>')
document.write('<br><br>')
document.write('<div class="sidelink2"><a href="Holidaymsg.asp" class="sidelink2">Office Closing Information</a><br><br> ')
//document.write('<div class="sidelink2">Web site languages : <img src="immagini/english_flag1.gif"><br><br> ')
document.write('<br>')
document.write('<div class="sidebartitle">Strategic&nbsp;planning guidelines :</div>')
document.write('<br><br>')
document.write('<a href="Legal_entities_full.asp" class="sidelink1">Legal entities registration, update, deregistration</a>')
document.write('<br><br>')
document.write('<a href="Employee_Selfemployeement.html" class="sidelink1">Employment / self employment </a>')
document.write('<br><br>')
document.write('<a href="International_tax_&_accounting_planning.asp" class="sidelink1">International tax & accounting planning</a>')
document.write('<br><br>')
document.write('<a href="HR_Cost_Planning.htm" class="sidelink1">International HR cost planning</a>')
document.write('<br><br>')
document.write('<a href="Make_Or_Buy.htm" class="sidelink1">Make or buy</a>')
document.write('<br><br>')
document.write('<a href="Budgeting & Breakeven Analysis.asp" class="sidelink1">Budgeting & break even</a>')
document.write('<br><br>')
document.write('<a href="TimePlanning.asp" class="sidelink1">Time planning</a>')
document.write('<br><br>')


//document.write('<span class="sidebartitle">')

//document.write('Commercial Agents')

//document.write('<br></span><span class="sidebartext">')

//document.write('<div align="justify">Do you wish to test <a href="../assoag.htm" target="_self" class="sidelink">commercial agents</a> before hiring an employee?<br>')

//document.write('</span><br><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 1



// SCROLLER CODE

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write('<br>')
}
else {

   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('<font color="white"></font></td></tr></table>')
document.write('<br><br>')

}
}







// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {
document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<span class="sidebartitle">')

document.write('<img src="immagini/italy1.gif" width="33" height="22" border="0">  Languages:')

document.write('</span><br><span class="sidebartext">')

document.write('<div align="justify">The Italian and other languages version of our website will be developed in a short term, ')

document.write('as the international visibility of the website has allowed us to consider of course the English version a PRIORITY.<br><br>')

document.write('<em>La versione Italiana ed in altre lingue del nostro sito web saranno sviluppate a breve termine, ')

document.write('perch&egrave; la visibilit&agrave; internazionale dello stesso ci ha imposto di considerare prioritaria naturalmente la versione Inglese.</em><br>')
document.write('</td></tr></table>')
document.write('</span><br>')

}

// END SIDEBAR AREA PARAGRAPH 2













// SMALL PICTURE AREA
   if (showimage1 == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG SRC="picts/sidebar.png" border="0" width="145"></a><br>')
document.write('</td></tr></table>')
document.write('<br>')
}




// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

document.write('<div id="craftysyntax" style="width:142px">')
document.write('<script type="text/javascript" src="/Livehelp/livehelp_js.php?eo=1&relative=Y&amp;department=1&amp;serversession=1&amp;pingtimes=15"></script>')
document.write('</div>')

<!-- copyright 2003 - 2007 by Eric Gerdes --> 


document.write('<span class="sidebartitle">')

document.write('ADSL Videoconference:')

document.write('<br></span><span class="sidebartext">')

document.write('<div align="justify">Soon you will be able to find online the webpage in order to demand the use of our videoconference.<br>')

document.write('<a href="contact.htm" class="sidelink">Contact us for more info</a><br>')

document.write('<br><br>')
//document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
document.write("<span class=\"sidebartext\"><nobr>Current Date :-<br>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr><br></span><br><br>")
//document.write('</div>');
//document.write('<div class="sidebartitle">Daily date & time </div>')

document.write("<div class=\"sidebartext\">Last Update :<br>"+d.getDate()+"/"+monthname[d.getMonth()]+"/"+d.getFullYear()+"</div>");

document.write('<br><br>')

document.write('<a href="../restricted/default.htm" target="_blank" class="sidelink">Restricted&nbsp;Area (HTLC&nbsp;use&nbsp;only)</a>')
document.write('<br><br><a href="https://mail.htlcnetwork.com/exchange/" target="_blank" class="sidelink"> HTLC&nbsp;staff&nbsp;web&nbsp;mail (HTLC&nbsp;use&nbsp;only)</a>')

document.write('</span><br><br>')

document.write('<br>')
//document.write('<div class="copyright2"> This web address and pages are exclusive property of HTLC Network A.G. a Swiss registered company&nbsp;with Vat / Mehrwehrsteuer code : 584990</div>')
}
// END SIDEBAR AREA PARAGRAPH 3




// SEARCH FORM
//   if (showsearch == "yes") {
	   
//document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchY+'px; width: auto; z-index: 1;">')
//document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')
//document.write('<br>')
//document.write('<IMG SRC="immagini/HTLClogo2.jpg" border="0" width="145">')
//document.write('<br>')
//document.write('<a href="../Brochure HTLC NETWORK.pdf" target="_blank" class="sidelink">Our Brochure</a>')
//document.write('<br><br>')
//document.write('<a href="../E.company profile.ppt" target="_blank" class="sidelink">Our Company Profile</a>')
//document.write(''+searchtext+'<br>')
//document.write('</td></tr><tr><td align="left">')
//document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
//document.write('<input type="hidden" name="any selected">')
//document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
//document.write('</form>')
//document.write('</td></tr></table>')
//document.write('</div>')
//}



// START DATE SCRIPT
   if (showdate == "yes") {
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write('<div style="'+dateLR1+': '+dateX1+'px; POSITION: absolute; TOP: '+dateY1+'px">');
document.write('<table cellspacing="0" cellpadding="0" border="2" width="600"><tr><td width="15%" class="sidelink2">We&nbsp;speak:</td><td width="30%"><img src="picts/flag.jpg"></td><td width="15%" class="sidelink2" valign="middle">');
document.write("Search&nbsp;In&nbsp;HTLC&nbsp;Website :</td><td width='*'><input type='TEXT' id='find' name='find' size='15'> <input type='BUTTON' class='button1' name='go' value='SEARCH!' onclick='startSearch1()'>");
document.write("</td></tr></table>");
document.write('</div>');
document.write('<span>&nbsp;</span>');
document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
//document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
//document.write(monthname[d.getMonth()] + " ")
//document.write(d.getDate() + ". ")
//document.write(d.getFullYear())
//document.write("</nobr><br></span>")
document.write('<table><tr><td></td></tr><tr><td></td></tr></table>');
document.write('<a href="timezone.htm" class="sidelink1">World Time Zone</a>&nbsp;&nbsp; <br><a href="holiday.htm" class="sidelink1">Worldwide Holidays</a>&nbsp;&nbsp; <br><a href="Weather.php" class="sidelink1">Worldwide Weather Report</a>')

document.write('</div>');
}


// -- END -->