ejs_scroll_largeur = 230;/*dimension du cadre texte */ ejs_scroll_hauteur =158; ejs_scroll_bgcolor = '#000000'; /*couleur de fond du cadre texte */ /* Mettre ici le chemin de l'image de fond */ ejs_scroll_background = ""; /* Mettre ici le temps en secondes */ ejs_scroll_pause_seconde =7; ejs_scroll_message = new Array; ejs_scroll_message[0]='
July 01
H Gregoire -Reuse and Reconfiguration

\n\rThe Starwall Advantage : Reuse and Reconfiguration\n\r \n\rOver the years, we have demonstrated that Starwall products hav ...

'; ejs_scroll_message[1]='
June 01
3D Design project

  3D Design project\n\r- Testimony of Mr. Sylvain Gendreau\n\r\"3D Design is a company specialized in the space management of ...

'; ejs_scroll_message[2]='
May 01
Starwall, a product focused on sustainable development

 chooses Starwall,\n\r\n\ra product focused on sustainable development. \n\rThe company APEX is located at the basement of the ...

'; ejs_scroll_message[3]='
March 01
Ste-Foy Toyota

One of the most rewarding experience\n\r\n\rCollaboration with the firm Côté, Chabot, Morel Architects\n\rIt was for the compa ...

'; ejs_scroll_message[4]='
February 23
Contest winner

Contest Winner «Starwall brings you to the south!»\n\rMr. James Bellamy won the award for the best seller of Starwall partitio ...

'; ejs_scroll_message[5]='
February 01
Greater Kansas City Chamber of Commerce

\n\rGreater Kansas City Chamber of Commerce\n\r\n\rStarwall\'s Vision Series Glass Fronts Bridges Old and New\n\rDeveloping th ...

'; ejs_scroll_message[6]='
January 18
Burwood Group

Technology Consulting Firm’s Glass Fronts Provided by Starwall\n\r\n\rBurwood Group project\n\r\n\r\n\r\n\rChicago based ...

'; ejs_scroll_message[7]='
December 01
Starwall involved in a LEED project...

Jean Canfield Government of Canada building\n\rStarwall, involved in a LEED project...\n\rThe following information was taken ...

'; ejs_scroll_message[8]='
November 03
INNOVATION - PROUD ALU

PROPER USE OF ALUMINUM\n\r\n\rStarwall done talking\n\rThis fall, the \"Esquisses\" magazine, who is published four times a ye ...

'; ejs_scroll_message[9]='
October 01
Benchmark Engineering

Benchmark Engineering\n\r\n\rThe flexibility to create\n\rBenchmark Engineering – an established provider of engineering ...

'; ejs_scroll_message[10]='
September 03
Michigan State University

\n\rThe Michigan State University Architectural and Engineering Computer Center in East Lansing, Michigan, incorporated Starwa ...

'; ejs_scroll_message[11]='
June 11
Starwall now on Facebook

Starwall has expanded its Web presence by joining the social media the most popular now. Facebook is a free social networking ...

'; ejs_scroll_message[12]='
May 11
Tyco Electronics

The Tyco renovation in Greensboro, North Carolina, incorporated Starwall with a low profile raised floor cable management syst ...

'; ejs_scroll_message[13]='
April 01
Client success story -Maxxam Analytics

Maxxam Analytics – the largest privately owned analytical laboratory network in Canada and one of the largest in North A ...

'; ejs_scroll_message[14]='
February 02
NEW STARWALL PARTITION

\n\r\n\r\n\r\n\r \n\r\n\rWe wish to inform you that a new Starwall partition is now available. The VISION architectural wall s ...

'; ejs_scroll_message[15]='
June 05
Starwall is a little more All-Star ...

Starwall is a little more All-Star ...\n\r \n\rOur franchise partner and U.S. Starwall based in Kalamazoo in Michighan has won ...

'; ejs_scroll_message[16]='
September 02
Improving natural light sources, comfort, aesthetics, and ease of installation

Testimony of Mr. André Côté, Architect\n\rProviding comfort for office workers is an important aspect of any development which ...

'; ejs_scroll_message[17]='
October 15
A satisfied Starwall customer

Testimony of Mr. Kham Lin, President, K\'[PRIME] TECHNOLOGIES\n\rRECOMMENDATION LETTER FOR STARWALL WEST\n\r\"This letter is t ...

'; ejs_scroll_message[18]='
December 01
Project certified LEED GOLD

\n\rCaisse de dépôt et placement du Québec\n\rProject certified LEED GOLD by the U.S. Green Building Council (USGBC)\n\r \n\rI ...

'; ejs_scroll_message[19]='
November 03
IFMA\'s World Workplace Conference

StarwallUSA showcases new Finesse and NxtWall series products at IFMA’s World Workplace Conference in Orlando, Florida\n ...

'; ejs_scroll_message[20]='
January 13
Medical Clinic L\'Actuel

\n\r\n\rMajor project with the Medical Clinic L\'Actuel\n\r\n\rrealised by Environment Modular Starwall\n\rIn planning of reno ...

'; function d(texte) { document.write(texte); } d('
'); d('
'); d('
'+ejs_scroll_message[0]+'
'); d('
'+ejs_scroll_message[1]+'
'); d('
'); ejs_scroll_mode =1; ejs_scroll_actuel = 0; function ejs_scroll_start() { if(ejs_scroll_mode == 1) { ejs_scroller_haut = "ejs_scroller_1"; ejs_scroller_bas = "ejs_scroller_2"; ejs_scroll_mode = 0; } else { ejs_scroller_bas = "ejs_scroller_1"; ejs_scroller_haut = "ejs_scroller_2"; ejs_scroll_mode = 1; } ejs_scroll_nb_message = ejs_scroll_message.length-1; if(ejs_scroll_actuel == ejs_scroll_nb_message) ejs_scroll_suivant = 0; else ejs_scroll_suivant = ejs_scroll_actuel+1; if(document.getElementById) document.getElementById(ejs_scroller_bas).innerHTML = ejs_scroll_message[ejs_scroll_suivant]; ejs_scroll_top = 0; if(document.getElementById) setTimeout("ejs_scroll_action()",ejs_scroll_pause_seconde*1000) } function ejs_scroll_action() { ejs_scroll_top -= 1; document.getElementById(ejs_scroller_haut).style.top = ejs_scroll_top; document.getElementById(ejs_scroller_bas).style.top = ejs_scroll_top+ejs_scroll_hauteur; if((ejs_scroll_top+ejs_scroll_hauteur) > 0) setTimeout("ejs_scroll_action()",10) else ejs_scroll_stop() } function ejs_scroll_stop() { ejs_scroll_actuel = ejs_scroll_suivant; ejs_scroll_start() } window.onload = ejs_scroll_start;