<!-- Begin HEADER OPTIONS CODE

// NOTE: If you use a ' add a slash before it like this \'

// ONLY USE lowercase FOR ALL OPTIONS



var color		= "008348"		// HEADER BACKGROUND COLOR
var flashheight		= "100"			// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var flashwidth		= "600"			// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)

var showimage 		= "yes"	 		// SHOW THE SMALL IMAGE ON THE HEADER RIGHT SIDE
var imaglink		= "../index.html"		// SMALL IMAGE PAGE LINK
var imagespace		= "400"			// IMAGE PLACEMENT

var floatdate		= "no"		// FLOAT THE DATE TO LOCATE IT
var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "-135"		// DATE X LOCATION
var dateY		= "55"		// DATE Y LOCATION







// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<link rel="shortcut icon" type="image/ico" href="../favicon.ico"/>');

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" style="background-color:#'+color+'" background="picts/alum_green.jpg"><tr><td ALIGN="left" VALIGN="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo" ALIGN="">');
document.write('<PARAM NAME="movie" VALUE="SignalexPHOLogo.swf">');
document.write('<PARAM NAME="quality" VALUE=high>');
document.write('<PARAM NAME="wmode" VALUE=transparent>');
document.write('<PARAM NAME="bgcolor" VALUE=#'+color+'>');
document.write('<EMBED src="SignalexPHOLogo.swf" quality="high" wmode="transparent" bgcolor=#'+color+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td><td align="center" valign="middle" width="'+imagespace+'">');
   if (showimage == "yes") {
//document.write('<a href="'+imaglink+'"><img src="picts/header_image.jpg" border="0" width="390" height="57" vspace="2" alt="Signalex Inc."></a><br>');
}
else {
document.write('<img src="picts/spacer.gif" width="10" height="1"><br>');
}

// START DATE SCRIPT
   if (showdate == "yes") {

   if (floatdate == "yes") {
    document.write('<div id="date-location" style="POSITION: relative; '+dateLR+': '+dateX+'px; TOP: '+dateY+'px">');

   var d=new Date()
   var weekday=new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat")
   var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
   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></span><br>")  
   document.write('</div>');
   }
   
//Search area
if(navigator.appName =="Netscape") { document.write('<div id="headerSearchFF">');}
else {document.write('<div id="headerSearch1">');}
document.write('<table style="width:100%; background-color: transparent;" cellpadding="0" cellspacing="0">');
document.write('<tr><td><img src="../../picts/spacer.gif" height="1" width="80" /></td>');
document.write('<td style="padding-top:-1px; width:40px"><input type="text" id="key"  style="height:20px;" maxlength="40" /></td>');
document.write('<td><input type="image" name="go" src="../../picts/searchbtn.png" onClick="Searchkeywd()"/></td>');
document.write('</tr></table>');
document.write('</div>');

function Searchkeywd()
{
 var keywd = document.getElementById("key").value;
 if(keywd !="")
 window.location.href="../../Search.htm?"+ document.getElementById("key").value;
 else
  alert("Please fill a search keyword!");
}
// ---end search area --------//

//select application list
document.write('<div id="headerSelect" class=\"select-font\">Select by sign application: </div>');
document.write('<div id="headSelectDDL" class=\"select-dropdownlist\">');
document.write('<select name="sel" onchange="return app_show(options[this.selectedIndex].value);" >');
document.write('<option value="-1">-- Select --</option>');
document.write('<option value="0">Mall Directory</option>');
document.write('<option value="1">Mall Way Finding</option>');
document.write('<option value="2">Mall Advertising</option>');
document.write('<option value="3">Parking Facilities</option>');
document.write('<option value="4">Plaza & Strip Malls</option>');
document.write('<option value="5">Cinemas</option>');
document.write('<option value="6">Airports, Hospitals & Public Spaces</option>');
document.write('<option value="7">Wall Mount Premise Identification</option>');
document.write('<option value="8">Fire Standing Premise Identification</option>');
document.write('<option value="9">Institution, Retail & Banking</option>');
document.write('<option value="10">Multi Tenant</option>');
document.write('<option value="11">Retail Poster Display</option>');
document.write('<option value="12">Retail Merchandising</option>');
document.write('<option value="13">Retail Large Format Image Display</option>');
document.write('<option value="14">Retail Outdoor Premise Identification</option>');
document.write('<option value="15">Retail Indoor Premise Indentification</option>');
document.write('<option value="16">Places of worship and Schools</option>');
document.write('</select></div>');


//document.write('<div id="headerTollFree" class=\"app_tollfree-font\">Toll Free: (800) 465-8004</div>');
document.write('<div id="headerContactUs"><a href="\../../asp/contact.asp"\ class=\"app_contact-font\">Contact Us</a></div>');

}
document.write('</td></tr></table>');



// Script Source: CodeLifter.com
// Copyright 2003
// Do not remove this header

isIE=document.all;
isNN=!document.all&&document.getElementById;
isN4=document.layers;
isHot=false;

function ddInit(e){
  topDog=isIE ? "BODY" : "HTML";
  whichDog=isIE ? document.all.theLayer : document.getElementById("theLayer");  
  hotDog=isIE ? event.srcElement : e.target;  
  while (hotDog.id!="titleBar"&&hotDog.tagName!=topDog){
    hotDog=isIE ? hotDog.parentElement : hotDog.parentNode;
  }  
  if (hotDog.id=="titleBar"){
    offsetx=isIE ? event.clientX : e.clientX;
    offsety=isIE ? event.clientY : e.clientY;
    nowX=parseInt(whichDog.style.left);
    nowY=parseInt(whichDog.style.top);
    ddEnabled=true;
    document.onmousemove=dd;
  }
}

function dd(e){
  if (!ddEnabled) return;
  whichDog.style.left=isIE ? nowX+event.clientX-offsetx : nowX+e.clientX-offsetx; 
  whichDog.style.top=isIE ? nowY+event.clientY-offsety : nowY+e.clientY-offsety;
  return false;  
}

function ddN4(whatDog){
  if (!isN4) return;
  N4=eval(whatDog);
  N4.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP);
  N4.onmousedown=function(e){
    N4.captureEvents(Event.MOUSEMOVE);
    N4x=e.x;
    N4y=e.y;
  }
  N4.onmousemove=function(e){
    if (isHot){
      N4.moveBy(e.x-N4x,e.y-N4y);
      return false;
    }
  }
  N4.onmouseup=function(){
    N4.releaseEvents(Event.MOUSEMOVE);
  }
}

function hideMe(){
  if (isIE||isNN) whichDog.style.visibility="hidden";
  else if (isN4) document.theLayer.visibility="hide";
  document.getElementById("overlay").style.visibility = 'hidden';
   
 // refresh the page, make the dropdownlist back to default value
  var e=document.getElementById("refreshed");
  if(e.value=="no")e.value="yes";
  else{e.value="no";location.reload(true);}

  if (location.href.indexOf("phpdownloads")!=-1)
    {
   document.getElementById("defaultFF").style.visibility = 'visible';
   document.getElementById("SelectCabinet").style.visibility = 'visible';
    }
   document.getElementById("headSelectDDL").style.visibility = 'visible';

}

function showMe(){
  if (isIE||isNN) whichDog.style.visibility="visible";
  else if (isN4) document.theLayer.visibility="show";
}

document.onmousedown=ddInit;
document.onmouseup=Function("ddEnabled=false");



//pop application layer 
function app_show(val)
{
  if (location.href.indexOf("phpdownloads")!=-1)
    {
     document.getElementById("defaultFF").style.visibility = 'hidden';
     document.getElementById("SelectCabinet").style.visibility = 'hidden';
    } 
   document.getElementById("headSelectDDL").style.visibility = 'hidden';
   document.getElementById("overlay").style.visibility = 'visible';

	var layinner = "";
	var selectText = "";
	
	
 if(val !="-1")
 {
    if(val =="0")
   {
    selectText = "Mall Directory";
  
  layinner =layinner + "<table cellpadding='3' cellspacing='2' width='99%' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/malldirectory_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/malldirectory_top2.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/malldirectory_top3.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/malldirectory_top4.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/spacer.gif' width='200' height='1' /></td>";
  layinner =layinner + "</tr></table>";

  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 2px'>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td valign='top'>";
  layinner =layinner + "<table>";
  layinner =layinner + "<tr><td width='150px' align='left'><img src='../../Applications/picts/spacer.gif' width='1' height='119'/></td></tr>";
  layinner =layinner + "<tr><td width='150px' align='left'></td></tr>";   
  layinner =layinner + "<tr><td width='150px' align='left' valign='middle'><font  style='FONT: 8px;font-weight: normal; '><br /><br /><br /><br /><br /><br />Face Frames: <br />Posters PHP3730<br />Plastic PHP3730<br />Aluminum panels PHP3740<br />3mm Aluminum face PHP3750</font></td></tr>";   
  layinner =layinner + "</table></td>";
  layinner =layinner + "<td width='90%'>";
  layinner =layinner + "<table cellpadding='1' cellspacing='1' width='100%'>";  
  layinner =layinner + "<tr><td height='60px' width='10px'></td><td height='60px' colspan='9' valign='bottom' style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td></tr>";
  layinner =layinner + "<tr><td height=20px' width='15px'></td><td height=20px' colspan='9'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP3710</font><br /><font style='font-size:10px'>D: 1 3/4&quot; [44mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP3280</font><br /><font style='font-size:10px'>D: 3 1/4&quot; [83mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP4000</font><br /><font  style='font-size:10px'>D: 4&quot; [102mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP5500</font><br /><font  style='font-size:10px'>D: 5 5/8&quot; [143mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP7000</font><br /><font  style='font-size:10px'>D: 7&quot; [178mm]</font></td>";
  layinner =layinner + "</tr><tr><td colspan='9' height='10'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php3710.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP3710.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php3280.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP3280.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php4000.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP4000.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php5500.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP5500.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php7000.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP7000.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:20px'><img src='../../Applications/picts/malldirectory_bottom2.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_bottom3.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:50px'><img src='../../Applications/picts/malldirectory_bottom4.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:60px'><img src='../../Applications/picts/malldirectory_bottom4.jpg' border='0' /></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "</table>";
  layinner =layinner + "</td></tr>";
  

  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
   }
else if(val =="1")
   {

   selectText = "Mall Way Finding";
  
  layinner =layinner + "<table cellpadding='3' cellspacing='2' width='99%' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/mallfinding_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/mallfinding_top2.jpg' /></td>";  
  layinner =layinner + "<td><img src='../../Applications/picts/spacer.gif' width='300' height='1' /></td>";
  layinner =layinner + "</tr></table>";

  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 2px'>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td valign='top'>";
  layinner =layinner + "<table>";
  layinner =layinner + "<tr><td width='150px' align='left'><img src='../../Applications/picts/spacer.gif' width='1' height='119'/></td></tr>";
  layinner =layinner + "<tr><td width='150px' align='left'></td></tr>";   
  layinner =layinner + "<tr><td width='15%' align='left' valign='middle'><font  style='FONT: 8px;font-weight: normal; '><br /><br /><br /><br /><br /><br />Face Frames: <br />Posters PHP3730<br />Plastic PHP3730<br />Aluminum panels PHP3740<br />3mm Aluminum face PHP3750<br /><br />NO55 series Face Frames<br />NO5560 0.75&quot;[18mm]<br />NO5550 0.75&quot;[18mm]</font></td></tr>";   
  layinner =layinner + "</table></td>";
  layinner =layinner + "<td width='85%'>";
  layinner =layinner + "<table cellpadding='1' cellspacing='1' width='100%'>";  
  layinner =layinner + "<tr><td height='60px' width='10px'></td><td height='60px' colspan='9' valign='bottom' style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td></tr>";
  layinner =layinner + "<tr><td height=20px' width='15px'></td><td height=20px' colspan='9'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP3710</font><br /><font style='font-size:10px'>D: 1 3/4&quot; [44mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP3280</font><br /><font style='font-size:10px'>D: 3 1/4&quot; [83mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: NO5570</font><br /><font  style='font-size:10px'>D: 7&quot; [178mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP7000</font><br /><font  style='font-size:10px'>D: 7&quot; [178mm]</font></td>";
  layinner =layinner + "</tr><tr><td colspan='9' height='10'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php3710.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP3710.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php3280.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP3280.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/mallfinding_NO5570.jpg' border='0' onClick='window.location.href=\"#\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php7000.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP7000.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:20px'><img src='../../Applications/picts/malldirectory_bottom2.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:50px'><img src='../../Applications/picts/malldirectory_bottom4.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:60px'><img src='../../Applications/picts/malldirectory_bottom4.jpg' border='0' /></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "</table>";
  layinner =layinner + "</td></tr>";
  

  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
   }
  else if(val =="2")
   {
   selectText = "Mall Advertising";
  
  layinner =layinner + "<table cellpadding='3' cellspacing='2' width='99%' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/malladvertising_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/malladvertising_top2.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/malladvertising_top3.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/malladvertising_top4.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/malladvertising_top5.jpg'/></td>";
  
  layinner =layinner + "</tr></table>";

  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 2px'>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td valign='top'>";
  layinner =layinner + "<table>";
  layinner =layinner + "<tr><td width='150px' align='left'><img src='../../Applications/picts/spacer.gif' width='1' height='119'/></td></tr>";
  layinner =layinner + "<tr><td width='150px' align='left'></td></tr>";   
  layinner =layinner + "<tr><td width='8%' align='left' valign='middle'><font  style='FONT: 8px;font-weight: normal; '><br /><br /><br /><br /><br /><br />Face Frames: <br />Posters PHP3730<br />Plastic PHP3730<br />Aluminum panels PHP3740<br />3mm Aluminum face PHP3750</font></td></tr>";   
  layinner =layinner + "</table></td>";
  layinner =layinner + "<td width='92%'>";
  layinner =layinner + "<table cellpadding='0' cellspacing='1' width='100%'>";  
  layinner =layinner + "<tr><td height='60px' width='10px'></td><td height='60px' colspan='9' valign='bottom' style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td></tr>";
  layinner =layinner + "<tr><td height=20px' width='15px'></td><td height=20px' colspan='9'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP3710</font><br /><font style='font-size:10px'>D: 1 3/4&quot; [44mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP3280</font><br /><font style='font-size:10px'>D: 3 1/4&quot; [83mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP4000</font><br /><font  style='font-size:10px'>D: 4&quot; [102mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP5500</font><br /><font  style='font-size:10px'>D: 5 5/8&quot; [143mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP7000</font><br /><font  style='font-size:10px'>D: 7&quot; [178mm]</font></td>";
  layinner =layinner + "</tr><tr><td colspan='9' height='10'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php3710.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP3710.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php3280.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP3280.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malladvertising_php4000.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP4000.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php5500.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP5500.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php7000.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP7000.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:20px'><img src='../../Applications/picts/malldirectory_bottom2.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_bottom3.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:50px'><img src='../../Applications/picts/malldirectory_bottom4.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:60px'><img src='../../Applications/picts/malldirectory_bottom4.jpg' border='0' /></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "</table>";
  layinner =layinner + "</td></tr>";
  

  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
   }
else if(val =="3")
   {

   selectText = "Parking Facilities";
  
  layinner =layinner + "<table cellpadding='3' cellspacing='2' width='99%' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/parking_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/parking_top2.jpg' /></td>";  
  layinner =layinner + "<td><img src='../../Applications/picts/spacer.gif' width='420' height='1' /></td>";
  layinner =layinner + "</tr></table>";

  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 2px'>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td valign='top'>";
  layinner =layinner + "<table>";
  layinner =layinner + "<tr><td width='150px' align='left'><img src='../../Applications/picts/spacer.gif' width='1' height='119'/></td></tr>";
  layinner =layinner + "<tr><td width='150px' align='left'></td></tr>";   
  layinner =layinner + "<tr><td width='12%' align='left' valign='middle'><font  style='FONT: 8px;font-weight: normal; '><br /><br /><br /><br /><br /><br />Face Frames: <br />Posters PHP3730<br />Plastic PHP3730<br />Aluminum panels PHP3740<br />3mm Aluminum face PHP3750<br /><br />Signpro Face Frames<br /For plastic<br />BSH625 5/8&quot; [16mm]<br />BSH1250 1 1/4&quot; [32mm]<br />BSH2000 2&quot; [52mm]<br />BSH1500 1 1/2&quot; [38mm]<br />BSH1800 2&quot; [52mm] ROUND</font></td></tr>";   
  layinner =layinner + "</table></td>";
  layinner =layinner + "<td width='88%'>";
  layinner =layinner + "<table cellpadding='0' cellspacing='1' width='100%'>";  
  layinner =layinner + "<tr><td height='60px' width='10px'></td><td height='60px' colspan='9' valign='bottom' style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td></tr>";
  layinner =layinner + "<tr><td height=20px' width='15px'></td><td height=20px' colspan='9'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px'><font color='#303192'>CABINET: BSHF-R680</font><br /><font style='font-size:10px'>D: 8&quot; [203mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: BSHD-R8740</font><br /><font style='font-size:10px'>D: 11&quot; [279mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: NO5570</font><br /><font  style='font-size:10px'>D: 7&quot; [178mm] </font><br /><font color='#303192'>CABINET: PHP7000</font><br /><font  style='font-size:10px'>D: 7&quot; [178mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: PHP3280</font><br /><font  style='font-size:10px'>D: 3 1/4&quot; [83mm]</font></td>";
  layinner =layinner + "</tr><tr><td colspan='9' height='10'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/parking_bsh680.jpg' border='0' onClick='window.location.href=\"../../Signpro/bsh680.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/parking_bsh8740.jpg' border='0' onClick='window.location.href=\"../../Signpro/bsh8740.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/parking_php7000.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP7000.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/malldirectory_php3280.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP3280.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left' style='padding-left:60px'><img src='../../Applications/picts/parking_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:90px'><img src='../../Applications/picts/parking_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:50px'><img src='../../Applications/picts/malldirectory_bottom4.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'style='padding-left:20px'><img src='../../Applications/picts/malldirectory_bottom2.jpg' border='0' /></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "</table>";
  layinner =layinner + "</td></tr>";
  

  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
   }
   else if(val =="4")
   {  
  selectText = "Plaza & Strip Malls";
  
  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 5px'>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td width='40%'><img src='../../Applications/picts/plaza_top1.jpg' /></td>";
  layinner =layinner + "<td colspan='2'><img src='../../Applications/picts/plaza_top2.jpg' /></td>";
  layinner =layinner + "<td width='20%'><img src='../../Applications/picts/plaza_top3.jpg' /></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td width='40%'></td>";
  layinner =layinner + "<td width='15%'></td>";
  layinner =layinner + "<td align='left'  width='25%'><font class='app_smalltitle'>CABINET: BSHF-R680</font><br /><font class='app_subtitle'>D: 8&quot; [203 mm]</font></td>";
  layinner =layinner + "<td  width='20%'></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td width='40%' align='left' ><font class='app_smalltitle'>";
  layinner =layinner + "<font class='app_subtitle'>";
  layinner =layinner + "Signpro Face Frames<br />";
  layinner =layinner + "For plastic<br />";
  layinner =layinner + "BSH625 5/8&quot; [16mm]<br />";
  layinner =layinner + "BSH1250 1 1/4&quot; [32 mm]<br />";
  layinner =layinner + "BSH2000 2&quot; [52 mm]<br />";
  layinner =layinner + "BSH1500 1 1/2&quot; [52 mm] ROUND<br />";
  layinner =layinner + "For vinyl<br />";
  layinner =layinner + "BSHSR2010 FRAMELESS<br />";
  layinner =layinner + "BSHSR2520 1 1/2&quot; [38 mm]<br />";
  layinner =layinner + "BSH1950 2&quot; [52 mm]<br />";
  layinner =layinner + "For 1/8&quot; [3 mm] Aluminum<br />";
  layinner =layinner + "BSH1700";
  layinner =layinner + "</font></td>";
  layinner =layinner + "<td width='15%'></td>";
  layinner =layinner + "<td width='25%'><img src='../../Applications/picts/cab_BSHF_R680.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/fr1250.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td  width='20%'></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td width='40%' align='left' ></td>";
  layinner =layinner + "<td width='15%'></td>";
  layinner =layinner + "<td width='25%' align='center'><img src='../../Applications/picts/plaza_bottom1.jpg' /><img src='../../Applications/picts/plaza_bottom2.jpg' /></td>";
  layinner =layinner + "<td  width='20%'></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "</table>";	
 }
else if(val =="10")
   {

   selectText = "Multi Tenant";
  
  layinner =layinner + "<table cellpadding='3' cellspacing='2' width='99%' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/multipanel_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/multipanel_top2.jpg' /></td>";  
  layinner =layinner + "<td><img src='../../Applications/picts/multipanel_top3.jpg' /></td>";  
  layinner =layinner + "<td><img src='../../Applications/picts/spacer.gif' width='320' height='1' /></td>";
  layinner =layinner + "</tr></table>";

  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 2px'>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td valign='top'>";
  layinner =layinner + "<table>";
  layinner =layinner + "<tr><td width='150px' align='left'><img src='../../Applications/picts/spacer.gif' width='1' height='119'/></td></tr>";
  layinner =layinner + "<tr><td width='150px' align='left'></td></tr>";   
  layinner =layinner + "<tr><td width='12%' align='left' valign='middle'><font  style='FONT: 8px;font-weight: normal; '><br /><br /><br />Signpro Face Frames: <br />BSH1260 1 1/4&quot; [32mm]<br />BSH2060 2&quot; [52mm]</font></td></tr>";   
  layinner =layinner + "</table></td>";
  layinner =layinner + "<td width='88%'>";
  layinner =layinner + "<table cellpadding='0' cellspacing='1' width='100%'>";  
  layinner =layinner + "<tr><td height='60px' width='10px'></td><td height='60px' colspan='9' valign='bottom' style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td></tr>";
  layinner =layinner + "<tr><td height=20px' width='15px'></td><td height=20px' colspan='9'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px'><font color='#303192'>CABINET: BSHD-R8740</font><br /><font style='font-size:10px'>D: 11&quot; [279mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: BSHD-M1020</font><br /><font style='font-size:10px'>D: 13 1/4&quot; [337mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: BSHD-W1300</font><br /><font  style='font-size:10px'>D: 15 1/2&quot; [394mm] </font><br /></font></td>";
  layinner =layinner + "</tr><tr><td colspan='9' height='10'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/multipanel_bsh8740.jpg' border='0' onClick='window.location.href=\"../../Signpro/bsh8740.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/multipanel_bsh1020.jpg' border='0' onClick='window.location.href=\"../../Signpro/bsh1020.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/multipanel_bsh1300.jpg' border='0' onClick='window.location.href=\"../../Signpro/bsh1300.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left' style='padding-left:60px'><img src='../../Applications/picts/parking_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:90px'><img src='../../Applications/picts/parking_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:150px'><img src='../../Applications/picts/multipanel_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "</table>";
  layinner =layinner + "</td></tr>";
  

  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
   }
	else if(val =="11")
  {  
  selectText = "Retail Poster Display";
  
  layinner =layinner + "<table cellpadding='3' cellspacing='2' width='99%' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/instore_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/instore_top2.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/instore_top3.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/instore_top4.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/instore_top5.jpg' /></td>";
  layinner =layinner + "</tr></table>";

  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 2px'>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td valign='top'>";
  layinner =layinner + "<table>";
  layinner =layinner + "<tr><td width='125px' align='left'><img src='../../Applications/picts/instore_left1.jpg' /></td></tr>";
  layinner =layinner + "<tr><td width='125px' align='left'><img src='../../Applications/picts/instore_left2.jpg' /></td></tr>";   
  layinner =layinner + "<tr><td width='125px' align='left'><img src='../../Applications/picts/instore_left3.jpg' /></td></tr>";   
  layinner =layinner + "</table></td>";
  layinner =layinner + "<td width='90%'>";
  layinner =layinner + "<table cellpadding='1' cellspacing='1' width='100%'>";  
  layinner =layinner + "<tr><td height='60px' width='10px'></td><td height='60px' colspan='9' valign='bottom' style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_php3710_3730.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP3710_PHP3730.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_php4000_3730.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP4000_PHP3730.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_pfps3510_mid120.jpg' border='0' onClick='window.location.href=\"../../downloads/flipframe/pfps3510_mid120.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_slim_midi.jpg' border='0' onClick='window.location.href=\"../../slimbrite/midi.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_slim_maxi.jpg' border='0' onClick='window.location.href=\"../../slimbrite/maxi.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr><td height=20px' width='15px'></td><td height=20px' colspan='9'><font class='app_xsmalltitle'><i>Assembled using the following extrusion:</i></font></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px'><font color='#ff0000'>PHP3710</font> sign cabinet<br /><font color='#ff0000'>PHP3730</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#ff0000'>PHP4000</font> sign cabinet<br /><font color='#ff0000'>PHP3730</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#ff0000'>PFPS3510</font> sign cabinet<br /><font color='#ff0000'>MID120</font> flip frame</td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#ff0000'>SLIM-BRITE MIDI</font> LED<br />single sided sign</td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#ff0000'>SLIM-BRITE MAXI</font> LED<br />single sided sign</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 



  layinner =layinner + "<tr><td width='10px'></td><td width='200px'><b>Cabination dimensions:</b><br /><b>D: </b>1 3/4&quot; [44mm] <br /><b>F: </b>1 1/2&quot; [28mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Cabination dimensions:</b><br /><b>D: </b>4&quot; [102mm] <br /><b>F: </b>1 1/2&quot; [28mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='220px'><b>Cabination dimensions:</b><br /><b>D: </b>3 1/2&quot; [89mm] <br /><b>F: </b>1 1/4&quot; [32mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Cabination dimensions:</b><br /><b>D: </b>1&quot; [25mm] <br /><b>F: </b>1 1/4&quot; [32mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='250px'><b>Cabination dimensions:</b><br /><b>D: </b>8&quot; [203mm] <br /><b>F: </b>2 1/2&quot; [68mm]</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='10px'></td><td width='200px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 8'-0&quot; [2438mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 8'-0&quot; [2438mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='220px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 8'-0&quot; [2438mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 3'-0&quot; [3657mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='250px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 8'-0&quot; [2438mm]</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
   layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom2.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom2.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom3.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom4.jpg' border='0' /></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "</table>";
  layinner =layinner + "</td></tr>";
  

  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
  }
 
  else if(val =="12")
  { 
  selectText = "Retail Merchandising";
 
  layinner =layinner + "<table cellpadding='3' cellspacing='2' width='99%' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/merch_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/merch_top2.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/merch_top3.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/merch_top4.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/merch_top5.jpg' /></td>";
  layinner =layinner + "</tr></table>";

  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 2px'>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td valign='top'>";
  layinner =layinner + "<table>";
  layinner =layinner + "<tr><td width='125px' align='left'><img src='../../Applications/picts/instore_left1.jpg' /></td></tr>";
  layinner =layinner + "<tr><td width='125px' align='left'><img src='../../Applications/picts/instore_left2.jpg' /></td></tr>";   
  layinner =layinner + "</table></td>";
  layinner =layinner + "<td width='90%'>";
  layinner =layinner + "<table cellpadding='1' cellspacing='1' width='100%'>";  
  layinner =layinner + "<tr><td height='60px' width='30%x'></td><td height='60px' colspan='7' valign='bottom' style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td></tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td width='30%'></td><td width='220px' align='left'><img src='../../Applications/picts/merch_pfps3510_mid120.jpg' border='0' onClick='window.location.href=\"../../downloads/flipframe/pfps3510_mid120.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='220px' align='left'><img src='../../Applications/picts/merch_slim_midi.jpg' border='0' onClick='window.location.href=\"../../slimbrite/midi.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='220px' align='left'><img src='../../Applications/picts/merch_slim_maxi.jpg' border='0' onClick='window.location.href=\"../../slimbrite/maxi.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr><td height=20px' width='30%'></td><td height=20px' colspan='9'><font class='app_xsmalltitle'><i>Assembled using the following extrusion:</i></font></td></tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td width='30%'></td><td width='220px'><font color='#ff0000'>PFPS3510</font> sign cabinet<br /><font color='#ff0000'>MID120</font> flip frame</td>";
  layinner =layinner + "<td width='10px'></td><td width='220px'><font color='#ff0000'>SLIM-BRITE MIDI</font> LED<br />single sided sign</td>";
  layinner =layinner + "<td width='10px'></td><td width='220px'><font color='#ff0000'>SLIM-BRITE MAXI</font> LED<br />single sided sign</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='30%'></td><td width='220px'><b>Cabination dimensions:</b><br /><b>D: </b>3 1/2&quot; [203mm] <br /><b>F: </b>1 1/4&quot; [32mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='220px'><b>Cabination dimensions:</b><br /><b>D: </b>1&quot; [25mm] <br /><b>F: </b>1 1/4&quot; [32mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='220px'><b>Cabination dimensions:</b><br /><b>D: </b>2&quot; [51mm] <br /><b>F: </b>2 1/2&quot; [68mm]</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='30%'></td><td width='200px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 8'-0&quot; [2438mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 3'-0&quot; [3657mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 8'-0&quot; [2438mm]</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='30%'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom2.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom4.jpg' border='0' /></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "</table>";
  layinner =layinner + "</td></tr>";
  

  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
  }
  else if(val =="13")
  {  
  selectText = "Retail Large Format Image Display";
  
  layinner =layinner + "<table cellpadding='2' cellspacing='1' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/retail_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/retail_top2.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/retail_top3.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/retail_top4.jpg' /></td>";
  layinner =layinner + "</tr></table>";
  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 5px'>";
  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td width='25%'></td>";
  layinner =layinner + "<td colspan='3' align='right' >";
  layinner =layinner + "<table cellpadding='1' cellspacing='2' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='7' height='30px' valign='bottom'  style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td align='left'  width='170px'><img src='../../Applications/picts/retail_fr1250.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/fr1250.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td>";    
  layinner =layinner + "<td align='left' width='170px'><img src='../../Applications/picts/retail_fwfr2010.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/fwsr2010.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td>";    
  layinner =layinner + "<td align='left' width='170px'><img src='../../Applications/picts/retail_fwfr2520.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/fwsr2520.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px' ></td>";    
  layinner =layinner + "<td align='left' width='170px'><img src='../../Applications/picts/retail_fw1950.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/fw1950.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "</table>"; 
  layinner =layinner + "<table>"; 
  layinner =layinner + "<tr><td colspan='7'><font class='app_xsmalltitle'><i>Assembled using the following extrusion:</i></font></td></ttr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td align='left' ><font color='#ff0000'>BSHF-R680</font> sign cabinet<br /><font color='#ff0000'>BSH1250</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td>";  
  layinner =layinner + "<td align='left'  ><font color='#ff0000'>BSHF-W850</font> sign cabinet<br /><font color='#ff0000'>BSHSR2010</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' ><font color='#ff0000'>BSHF-W850</font> sign cabinet<br /><font color='#ff0000'>BSHSR2520</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' ><font color='#ff0000'>BSHF-W850</font> sign cabinet<br /><font color='#ff0000'>BSH1950</font> face frame</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='7' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td align='left'  valign='top' width='170px'><b>Cabination dimensions:</b><br /><b>D: </b>8&quot; [203mm] <br /><b>F: </b>1 1/4&quot; [32mm]</td>";
  layinner =layinner + "<td width='10px'></td>";  
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Cabination dimensions:</b><br /><b>D: </b>11 1/16&quot; [281mm]<br /></td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Cabination dimensions:</b><br /><b>D: </b>11 1/2&quot; [292mm] <br /><b>F: </b>1 1/2&quot; [38mm]</td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Cabination dimensions:</b><br /><b>D: </b>10 11/16&quot; [271mm] <br /><b>F: </b>1 7/8&quot; [48mm]</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='7' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td align='left'  valign='top' width='170px'><b>Sign box fabrication dimensions:</b><br /><b>H: </b>4'-0&quot; [1219mm]<br /><b>L: </b>31'-6&quot; [9632mm]</td>";
  layinner =layinner + "<td width='10px'></td>";  
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Sign box fabrication dimensions:</b><br /><b>H: </b>6'-0&quot; [1829mm]<br /><b>L: </b>31'-6&quot; [9632mm]</td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Sign box fabrication dimensions:</b><br /><b>H: </b>6'-0&quot; [1829mm]<br /><b>L: </b>31'-6&quot; [9632mm]</td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Sign box fabrication dimensions:</b><br /><b>H: </b>10'-0&quot; [3048mm] <br /><b>L: </b>31'-6&quot; [9632mm]</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='7' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td align='left'  valign='top' width='170px'><img src='../../Applications/picts/retail_bottom.jpg' /></td>";
  layinner =layinner + "<td width='10px'></td>";  
  layinner =layinner + "<td align='left' valign='top' width='170px'><img src='../../Applications/picts/retail_bottom.jpg' /></td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><img src='../../Applications/picts/retail_bottom.jpg' /></td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><img src='../../Applications/picts/retail_bottom.jpg' /></td>";
  layinner =layinner + "</tr>";   
  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
 }
 else if(val =="14")
  {  
  selectText = "Retail Outdoor Premise Identification";
  
  layinner =layinner + "<table cellpadding='2' cellspacing='1' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/outdoor_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/outdoor_top2.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/outdoor_top3.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/outdoor_top4.jpg' /></td>";
  layinner =layinner + "</tr></table>";
  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 5px'>";
  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td width='25%'></td>";
  layinner =layinner + "<td colspan='3' align='right' >";
  layinner =layinner + "<table cellpadding='1' cellspacing='2' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='7' height='30px' valign='bottom'  style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td align='left'  width='170px'><img src='../../Applications/picts/retail_fr1250.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/fr1250.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td>";    
  layinner =layinner + "<td align='left' width='170px'><img src='../../Applications/picts/retail_fwfr2010.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/fwsr2010.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td>";    
  layinner =layinner + "<td align='left' width='170px'><img src='../../Applications/picts/retail_fwfr2520.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/fwsr2520.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px' ></td>";    
  layinner =layinner + "<td align='left' width='170px'><img src='../../Applications/picts/retail_fw1950.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/fw1950.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "</table>"; 
  layinner =layinner + "<table>"; 
  layinner =layinner + "<tr><td colspan='7'><font class='app_xsmalltitle'><i>Assembled using the following extrusion:</i></font></td></ttr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td align='left' ><font color='#ff0000'>BSHF-R680</font> sign cabinet<br /><font color='#ff0000'>BSH1250</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td>";  
  layinner =layinner + "<td align='left'  ><font color='#ff0000'>BSHF-W850</font> sign cabinet<br /><font color='#ff0000'>BSHSR2010</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' ><font color='#ff0000'>BSHF-W850</font> sign cabinet<br /><font color='#ff0000'>BSHSR2520</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' ><font color='#ff0000'>BSHF-W850</font> sign cabinet<br /><font color='#ff0000'>BSH1950</font> face frame</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='7' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td align='left'  valign='top' width='170px'><b>Cabination dimensions:</b><br /><b>D: </b>8&quot; [203mm] <br /><b>F: </b>1 1/4&quot; [32mm]</td>";
  layinner =layinner + "<td width='10px'></td>";  
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Cabination dimensions:</b><br /><b>D: </b>11 1/16&quot; [281mm]<br /></td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Cabination dimensions:</b><br /><b>D: </b>11 1/2&quot; [292mm] <br /><b>F: </b>1 1/2&quot; [38mm]</td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Cabination dimensions:</b><br /><b>D: </b>10 11/16&quot; [271mm] <br /><b>F: </b>1 7/8&quot; [48mm]</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='7' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td align='left'  valign='top' width='170px'><b>Sign box fabrication dimensions:</b><br /><b>H: </b>4'-0&quot; [1219mm]<br /><b>L: </b>31'-6&quot; [9632mm]</td>";
  layinner =layinner + "<td width='10px'></td>";  
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Sign box fabrication dimensions:</b><br /><b>H: </b>6'-0&quot; [1829mm]<br /><b>L: </b>31'-6&quot; [9632mm]</td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Sign box fabrication dimensions:</b><br /><b>H: </b>6'-0&quot; [1829mm]<br /><b>L: </b>31'-6&quot; [9632mm]</td>";

  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><b>Sign box fabrication dimensions:</b><br /><b>H: </b>10'-0&quot; [3048mm] <br /><b>L: </b>31'-6&quot; [9632mm]</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='7' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td align='left'  valign='top' width='170px'><img src='../../Applications/picts/retail_bottom.jpg' /></td>";
  layinner =layinner + "<td width='10px'></td>";  
  layinner =layinner + "<td align='left' valign='top' width='170px'><img src='../../Applications/picts/retail_bottom.jpg' /></td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><img src='../../Applications/picts/retail_bottom.jpg' /></td>";
  layinner =layinner + "<td width='10px'></td>";   
  layinner =layinner + "<td align='left' valign='top' width='170px'><img src='../../Applications/picts/retail_bottom.jpg' /></td>";
  layinner =layinner + "</tr>";   
  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
  }
else if(val =="15")
{
 selectText = "Retail Indoor Premise Indentification";
 
  layinner =layinner + "<table cellpadding='3' cellspacing='2' width='99%' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/indoor_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/indoor_top2.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/indoor_top3.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/indoor_top4.jpg' /></td>";
  layinner =layinner + "</tr></table>";

  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 2px'>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td valign='top'>";
  layinner =layinner + "<table>";
  layinner =layinner + "<tr><td width='125px' align='left'><img src='../../Applications/picts/instore_left1.jpg' /></td></tr>";
  layinner =layinner + "<tr><td width='125px' align='left'><img src='../../Applications/picts/instore_left2.jpg' /></td></tr>";   
  layinner =layinner + "<tr><td width='125px' align='left'><img src='../../Applications/picts/instore_left3.jpg' /></td></tr>";   
  layinner =layinner + "</table></td>";
  layinner =layinner + "<td width='90%'>";
  layinner =layinner + "<table cellpadding='1' cellspacing='1' width='100%'>";  
  layinner =layinner + "<tr><td height='60px' width='10px'></td><td height='60px' colspan='7' valign='bottom' style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/indoor_php3780_3730.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP3280_PHP3730.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/indoor_php7000_3730.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP7000_PHP3730.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='217px' align='left'><img src='../../Applications/picts/indoor_php4000_3730.jpg' border='0' onClick='window.location.href=\"../../PHP/PHP4000_PHP3730.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/indoor_slim_maxi.jpg' border='0' onClick='window.location.href=\"../../slimbrite/maxi.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr><td height=20px' width='15px'></td><td height=20px' colspan='9'><font class='app_xsmalltitle'><i>Assembled using the following extrusion:</i></font></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px'><font color='#ff0000'>PHP3280</font> sign cabinet<br /><font color='#ff0000'>PHP3730</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#ff0000'>PHP7000</font> sign cabinet<br /><font color='#ff0000'>PHP3730</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#ff0000'>PHP4000</font> sign cabinet<br /><font color='#ff0000'>PHP3730</font> face frame</td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#ff0000'>SLIM-BRITE MAXI</font> LED<br />single sided sign</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='10px'></td><td width='200px'><b>Cabination dimensions:</b><br /><b>D: </b>3 1/2&quot; [203mm] <br /><b>F: </b>1 1/4&quot; [32mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Cabination dimensions:</b><br /><b>D: </b>7&quot; [177mm] <br /><b>F: </b>1 1/4&quot; [32mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='220px'><b>Cabination dimensions:</b><br /><b>D: </b>4&quot; [102mm] <br /><b>F: </b>1 1/2&quot; [38mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Cabination dimensions:</b><br /><b>D: </b>2&quot; [51mm] <br /><b>F: </b>2 1/2&quot; [68mm]</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='10px'></td><td width='200px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 8'-0&quot; [2438mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 8'-0&quot; [2438mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 8'-0&quot; [2438mm]</td>";
  layinner =layinner + "<td width='10px'></td><td width='200px'><b>Sign box fabrication dimensions:</b><br />4'-0&quot; [1219mm] x 8'-0&quot; [2438mm]</td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom2.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom2.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/instore_bottom4.jpg' border='0' /></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "</table>";
  layinner =layinner + "</td></tr>";
  

  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
   }
else if(val =="16")
   {

   selectText = "Places of worship and Schools";
  
  layinner =layinner + "<table cellpadding='3' cellspacing='2' width='99%' >";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td><img src='../../Applications/picts/worship_top1.jpg' /></td>";
  layinner =layinner + "<td><img src='../../Applications/picts/worship_top2.jpg' /></td>";  
  layinner =layinner + "<td><img src='../../Applications/picts/spacer.gif' width='420' height='1' /></td>";
  layinner =layinner + "</tr></table>";

  layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 2px'>";  
  layinner =layinner + "<tr>";
  layinner =layinner + "<td valign='top'>";
  layinner =layinner + "<table>";
  layinner =layinner + "<tr><td width='150px' align='left'><img src='../../Applications/picts/spacer.gif' width='1' height='119'/></td></tr>";
  layinner =layinner + "<tr><td width='150px' align='left'></td></tr>";   
  layinner =layinner + "<tr><td width='12%' align='left' valign='middle'><font  style='FONT: 8px;font-weight: normal; '><br /><br /><br />Signpro Face Frames: <br />BSH1100 Hinging on Hinging <br /></font></td></tr>";   
  layinner =layinner + "</table></td>";
  layinner =layinner + "<td width='88%'>";
  layinner =layinner + "<table cellpadding='0' cellspacing='1' width='100%'>";  
  layinner =layinner + "<tr><td height='60px' width='10px'></td><td height='60px' colspan='9' valign='bottom' style='font-size:10px'><b>Note:</b> Click below design pictures to view more information</td></tr>";
  layinner =layinner + "<tr><td height=20px' width='15px'></td><td height=20px' colspan='9'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px'><font color='#303192'>CABINET: BSHD-R8740</font><br /><font style='font-size:10px'>D: 11&quot; [279mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: BSHD-M1020</font><br /><font style='font-size:10px'>D: 13 1/4&quot; [337mm]</font></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px'><font color='#303192'>CABINET: BSHF-R680</font><br /><font  style='font-size:10px'>D: 8&quot; [203 mm]</font><br /></font></td>";
  layinner =layinner + "</tr><tr><td colspan='9' height='10'></td></tr>";
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/worship_bsh8740.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/dr1100.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/worship_bsh1020.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/dm1100.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left'><img src='../../Applications/picts/worship_bsh680.jpg' border='0' onClick='window.location.href=\"../../downloads/signpro/fr1100.htm\";' alt='Click to view detail page'/></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "<tr>";
  layinner =layinner + "<td colspan='10' height='10px'></td>";
  layinner =layinner + "</tr>"; 
  layinner =layinner + "<tr><td width='10px'></td><td width='170px' align='left' style='padding-left:50px'><img src='../../Applications/picts/parking_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:60px'><img src='../../Applications/picts/parking_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "<td width='10px'></td><td width='170px' align='left' style='padding-left:25px'><img src='../../Applications/picts/parking_bottom1.jpg' border='0' /></td>";
  layinner =layinner + "</tr>";
  layinner =layinner + "</table>";
  layinner =layinner + "</td></tr>";
  

  layinner =layinner + "</table>";
  layinner =layinner + "</td>";
  layinner =layinner + "</tr>";  
  layinner =layinner + "</table>";	
   }
else
{
    if(val =="5")     {     selectText = "Sorry, Cinemas application is not currently available"; }
    else if(val =="6")     {     selectText = "Sorry, Airports, Hospitals & Public Spaces is not currently available"; }
    else if(val =="7")     {     selectText = "Sorry, Wall Mount Premise Identification is not currently available"; }
    else if(val =="8")     {     selectText = "Sorry, Fire Standing Premise Identification is not currently available"; }
    else if(val =="9")     {     selectText = "Sorry, Institution, Retail & Banking is not currently available"; }
  
    layinner =layinner + "<table cellpadding='2' cellspacing='2' style='margin: 5px' width='95%'>";
    layinner =layinner + "<tr>";
    layinner =layinner + "<td width='225px' align='left'><img src='../../Applications/picts/NotApp.jpg' /></td>";   
    layinner =layinner + "<td align='left' valign='top'><font class='app_smalltitle'>Please close this information, or select an available application by click the below list:</font><br />";
    layinner =layinner + "<ul><li class='app_subtitle' onclick='return app_show(0);' style='cursor: hand'>Mall Directory</li>";
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(1);' style='cursor: hand'>Mall Way Finding</li>";
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(2);' style='cursor: hand'>Mall Advertising</li>"
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(3);' style='cursor: hand'>Parking Facilities</li>";
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(4);' style='cursor: hand'>Plaza & Strip Malls</li>";
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(10);' style='cursor: hand'>Multi Tenant</li>";
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(11);' style='cursor: hand'>Retail Poster Display</li>";
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(12);' style='cursor: hand'>Retail Merchandising</li>"
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(13);' style='cursor: hand'>Retail Large Format Image Display</li>";
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(14);' style='cursor: hand'>Retail Outdoor Premise Identification</li>"
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(15);' style='cursor: hand'>Retail Indoor Premise Identification</li>"
    layinner =layinner + "<li class='app_subtitle' onclick='return app_show(16);' style='cursor: hand'>Places of worship and Schools</li>"
    layinner =layinner + "</ul></td>";
    layinner =layinner + "<td><img src='../../Applications/picts/spacer.gif' /></td>";    
    layinner =layinner + "</tr></table>";
} //background grey layer to whole webpage
 //background grey layer to whole webpage
 // var layer = "<div class='popup6' style='width:100%; height:" + window.screen.height +"px' ></div>";
  var layer = "<div class='popup6' style='width:100%; height:" + document.body.scrollHeight +"px' ></div>";
  var de = document.getElementById("overlay");    
  de.innerHTML = layer;
  
  //top form layer
  var popleft=(window.screen.width-1000)/2;

  var layerForm ="<div style='position:absolute;width:950px;left:"+popleft+"px;top:40px; z-index: 30000 '>";
  layerForm =layerForm + "<table border='0' width='950' class='TABLE2' cellspacing='0' cellpadding='5'>";
  layerForm =layerForm + "<tr>";
  layerForm =layerForm + "<td width='100%'>";
  layerForm =layerForm + "<table border='0' width='100%' cellspacing='0' cellpadding='0'>";
  layerForm =layerForm + "<tr>";
  layerForm =layerForm + "<td id='titleBar' style='cursor:move; background-color:#424242;' width='100%'>";
  layerForm =layerForm + "<ilayer width='100%' onSelectStart='return false'>";
  layerForm =layerForm + "<layer width='100%' onMouseover='isHot=true;if (isN4) ddN4(theLayer)' onMouseout='isHot=false'>";
  layerForm =layerForm + "<font class='app_title'>" + selectText + "</font>";
  layerForm =layerForm + "</layer>";
  layerForm =layerForm + "</ilayer>";
  layerForm =layerForm + "</td>";
  layerForm =layerForm + "<td style='cursor:hand; background-color:#424242;' valign='top'>";
  layerForm =layerForm + "<a href='#' onClick='hideMe();return false'><font color=#ffffff size=2 face=arial  style='text-decoration:none'><img id='close'  src='../../Applications/picts/close.jpg' border='0' width='22' height='22'  alt='close'/> </font></a>";
  layerForm =layerForm + "</td>";
  layerForm =layerForm + "</tr>";
  layerForm =layerForm + "<tr>";
  layerForm =layerForm + "<td width='100%' bgcolor='#FFFFFF' style='padding:4px' colspan='2' align='center'>";

  layerForm =layerForm +layinner;
  
  layerForm =layerForm + "</td>";
  layerForm =layerForm + "</tr>";
  layerForm =layerForm + "</table> ";
  layerForm =layerForm + "</td>";
  layerForm =layerForm + "</tr>";
  layerForm =layerForm + "</table></div>";  
 
  document.getElementById("theLayer").innerHTML = layerForm;
  //document.getElementById('theLayer').style.visibility='visible';   
  if (isIE||isNN) document.getElementById('theLayer').style.visibility='visible'; 
  else if (isN4) document.getElementById('theLayer').style.visibility="show";
 }
}


//  End -->
