/* Common Functions */
var varPost;
var info_Lnk = new Array();
var info_hdr_1 = new Array();
var info_hdr_2 = new Array();
var info_hdr_3 = new Array();

function showScript(a, b, c) {
	showtitle (info_hdr_1[b]);
	for (z=0; z<=eval("info_script_" + b).length-1; z++) {
       script_module_1 (eval("info_script_" + b)[z]);
       }
    if (c==0) {	btm();}
	}

function script_module_1( pInfo) {
 	tableRow =  pInfo.A1 ;
    document.write(tableRow);
   }
    
function arrayscript(oA1) { 
	this.A1 = oA1;
  	}

/* reference Functions */

function lnk_p(b) {
	script_1_lnk (eval("info_lnk_1[" + (b) + "]"));
	}

function script_1_lnk( pInfo) {
	var lnkRow = 	""
	lnkRow += "<div class=" +  pInfo.L8 + "  ><a href='" +  pInfo.L3 + "'  target=" +  pInfo.L6 + " title='" +  pInfo.L10 + "'  onmouseover=\"window.status='Pdf ' ;return true;\"><img src='" +  pInfo.L5 + "' border=0 ></a>";
	  	if  ((pInfo.L9).length == 0 ) {
			lnkRow += "";
		}
		else {
			lnkRow += " .... ";
		}

	if (pInfo.L8 == "k10")    {	 
		lnkRow += "<a href='" +  pInfo.L3 + "'  target=" +  pInfo.L6 + " title='" +  pInfo.L10 + "'  class=type8 onmouseover=\"window.status='Pdf ' ;return true;\">" +  pInfo.L4 + "</a> " +  pInfo.L7 + "</div>";
		}
	else {
	lnkRow += "<a href='" +  pInfo.L3 + "'  target=" +  pInfo.L6 + " title='" +  pInfo.L10 + "'  class=type3 onmouseover=\"window.status='Pdf ' ;return true;\">" +  pInfo.L4 + "</a> " +  pInfo.L7 + "</div>";
		}

	document.write(lnkRow);
   }
function arraylnk(oL3, oL4, oL5, oL6, oL7, oL8, oL9, oL10) { 
this.L3 = oL3;
this.L4 = oL4;
this.L5 = oL5;
this.L6 = oL6;
this.L7 = oL7;
this.L8 = oL8;
this.L9 = oL9;
this.L10 = oL10;
  }

/*  Title Block */		


 /* closing statement of all panels */  
 function btm() {document.write("<img border='0' src='gfx/spacer.gif' width='10' height='10'></div>"); }
   
 /* Line feed */  
 function linefd() {document.write("<br />"); }

/* Posting */
function Post(){
  	if  (varPost.length > 0 ) {
		document.write("<div class='panel_Posted' >Updated:  " + varPost + "</div>"); 
	}
}
 
function showtitle( pInfo, d) {	
	var hdrRow = ""
	hdrRow += "<table class=ireland ><tr>";
	hdrRow += "<td class=italy>"  
			  
     if  (pInfo.S5 > 0 ) {
    		hdrRow += "<a name=te" + pInfo.S5 + "></a>" ;
    		}	   

    	hdrRow +=  pInfo.S1 + "</td>";  
  
	if  (pInfo.S4 == 0 ) {
	       hdrRow += "<td class=france>" + pInfo.S7 + "</td>";
	       }
		else {
			hdrRow += "<td width=10% ><img src=gfx/new.gif></td>";
		}

	hdrRow += "</tr></table>";

  		if  (pInfo.S2.length > 0 ) {
 	   		hdrRow += "<div class='panel_Posted' >" + pInfo.S2 + pInfo.S3 + pInfo.S6 + "</div>"; /*post info */
		 }
	hdrRow += "<div id=sweden>";
  	if  (d>0) { 	 //Detail page
	
	  		if  (pInfo.S8.length == 0 ) {
 				hdrRow += "<dl>";
			}
			else {
 				hdrRow += "<dl><dd  class='k0' ><a target=_blank class=type8 title='Click here to go to the member&#39s web site' href=http://" + pInfo.S8 + ">" + pInfo.S8 + "</a></dd>";
			}
		
	  		if  (pInfo.S10 == 0 ) {		//logo
				hdrRow += "<dd class='rimg'><img src='logo/logo" + pInfo.S5 + ".gif' alt='logo'  style=' margin: 15px 15px  15px 15px'/></dd>";
			}
			else {
				hdrRow += "";
			}
		
	  		if  (pInfo.S9 == 0 ) {		//picture
				hdrRow += "<dd class='limg'><img src='picture/mem" + pInfo.S5 + ".jpg' alt='picture' vspace=" + pInfo.S16 + " hspace=" + pInfo.S17 + "  style=' margin: " + pInfo.S23 + "px " + pInfo.S24 + "px  " + pInfo.S25 + "px " + pInfo.S26 + "px' /></dd>";			}
			else {
				hdrRow += "";
			}
		}
		else {	
			hdrRow += "";
		}
	document.write(hdrRow);
   	}

function arrayhdr(oS1, oS2, oS3, oS4, oS5, oS6, oS7, oS8, oS9, oS10, oS16, oS17, oS23, oS24, oS25, oS26) { 
this.S1 = oS1;
this.S2 = oS2;
this.S3 = oS3;
this.S4 = oS4;
this.S5 = oS5;
this.S6 = oS6;
this.S7 = oS7;
this.S8 = oS8;
this.S9 = oS9;
this.S10 = oS10;
this.S16 = oS16;
this.S17 = oS17;
this.S23 = oS23;
this.S24 = oS24;
this.S25 = oS25;
this.S26 = oS26;
  }	 

/* Display the Contact and Members information  */
function showMember( ) {
   Post();
	for (x=0; x<info_contact_1.length; x++) {
	    showtitle (info_hdr_1[x]);
       	showContactInfo(info_contact_1[x]);	  
       btm();  
          }
	}

function showContact( ) {
	    showtitle (info_hdr_2);
        showContactInfo(info_contact_2);	
        btm();  
	}

function showContactInfo( pInfo){
    var tableRow = '';
    tableRow += "<table width=100% cellpadding=0 border= 0 > <tr valign=top ><td class=k0 width=40%> " ;
    
    
   /* Contact */   	
	  	if  ((pInfo.Contact).length > 0 ) {
    		tableRow += " Contact: <b>" +  pInfo.Contact + "</b> ";
    	}
    /* Adress1 */   	
	  	if  ((pInfo.Adress1).length > 0 ) {
		   	tableRow += "</b><br />Address:<br />" + pInfo.Adress1 ;
		}
    /* Adress2 */   	
	  	if  ((pInfo.Adress2).length > 0 ) {
		 	tableRow += "<br />" + pInfo.Adress2  + "<br />" + pInfo.Adress3 ;
		 }
     /* Adress3 */   	
	if  ( pInfo.Adress3.length > 0 ) {
			tableRow += "<br />";
		}
		
   /* Detail */   	
	  	if  (pInfo.MD == 0 ) {
		    tableRow += "...<a class=type8 title='Click here to see more information of this member' href='javascript:AA_OpenBrWindow(100, " + pInfo.Width + "," + pInfo.Height + "," + pInfo.ID + ")'>More Detail</a>  ";
		}
    	tableRow += "</td><td><table width=100% cellpadding=0 border= 0 >   ";
 
 /* Phone */   	
  	if  (( pInfo.Phone).length > 0 ) {
		tableRow += " <tr><td class=k0 width=50>Phone:</td><td class=k0>" +  pInfo.Phone + "</td></tr>";
	}
  /* Mobile */   	
  	if  (( pInfo.Mobile).length > 0 ) {
   		tableRow += "<tr><td class=k0 width=50px>Mobile:</td><td  class=k0>" + pInfo.Mobile + "</td></tr>";
    }
    	
 /* Fax */   	
  	if  (( pInfo.Fax).length > 0 ) {
    	tableRow += "<tr><td class=k0>Fax:</td><td class=k0>"  + pInfo.Fax + "</td></tr>";
    }
    	
 /* EMAIL */   	
 	if  (( pInfo.Email).length > 0 ) {
    	tableRow += "<tr><td class=k0>Email:</td><td >";
		tableRow += "<a href='mailto:" + pInfo.Email + "'  target=_blank title='To send an email click here'  ><img src='gfx/w_email4.gif' border=0 > </a>";
		tableRow += "<a href='mailto:" + pInfo.Email +"'   title='To send an email click here' class=type3 ><b>  "+ pInfo.Email + "</b> </a></td></tr>";
	}

   /* WEB */   	
	if  (( pInfo.Web).length > 0 ) {
      	tableRow += "<tr><td class=k0>Web:</td><td ><a class=type8 title='Click here to go to the member&#39s web site' href=http://"  + pInfo.Web + "> "  + pInfo.Web + "</a></td></tr>";
  	tableRow += "</td></tr>";
    }	
	tableRow +=  "</table></td></tr></table>";
    	document.write(tableRow);
   	}
 
  /* Creates the small browser */
 
 			function AA_OpenBrWindow(a, b, c, d)
			{	
				var theCookieName = "companyno="
				var theCookieValue = d
				
				document.cookie = theCookieName + theCookieValue + ";";
				theURL='member.html';
				thisurl=document.url;
				window.open(theURL,'','width=' + b + ',height=' + c + ',scrollbars=no,menubar=no');
				document.url=thisurl;
			}

function arraycontact(oContact, oAdress1, oAdress2, oAdress3, oPhone, oMobile, oFax, oEmail, oWeb, oWidth, oHeight, oMD, oID) { 
this.Contact = oContact;
this.Adress1 = oAdress1;
this.Adress2 = oAdress2;
this.Adress3 = oAdress3;
this.Phone = oPhone;
this.Mobile = oMobile;
this.Fax = oFax;
this.Email = oEmail;
this.Web = oWeb;
this.Width = oWidth;
this.Height = oHeight;
this.MD = oMD;
this.ID =   oID;  }

/* Search function  */
function getSearch(paramName) {
    // Skip the initial "?"
    var result = "";
    var sStr=""
    sStr = location.search.substring( 1);
  
   if (sStr != "") {
        // Split the search string into name/value pairs
        var nvPairs = sStr.split( "&");
        // Search these pairs for our paramName
        for (x=0; x<nvPairs.length; x++) {
            if (nvPairs[ x].indexOf( paramName + "=") != -1) {
                // Break the name/value apart at the "="
                var nvItem = nvPairs[ x].split( "=");
                // Then return the unescaped result
                result = unescape( nvItem[ 1]);
                break;
                }
            }
        }
    return result;
    }


/* Link headers */
info_hdr_link  = new arrayhdr ('Useful Links','Posted: April 2008 ','',0, 20150 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_tech  = new arrayhdr ('Technical Links','Posted: February 2008 ','',0, 20140 ,'','','','2','1',0, 0, 0, 0, 0, 0 );

info_hdr_1[129]  = new arrayhdr ('Information Hub','','',0, 647 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[100]  = new arrayhdr ('Points of Difference','','',0, 237 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[105]  = new arrayhdr ('Flexible Pricing Plans','','',0, 233 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[161]  = new arrayhdr ('Web Presence','','',0, 10005 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[104]  = new arrayhdr ('How it works?','','',0, 230 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[124]  = new arrayhdr ('Content Management','','',0, 10000 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[125]  = new arrayhdr ('Email Management','','',0, 10001 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[127]  = new arrayhdr ('Web Management','','',0, 10003 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[103]  = new arrayhdr ('Web Presence Packages','','',0, 900 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[158]  = new arrayhdr ('Web Brochure','','',0, 10004 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[160]  = new arrayhdr ('Web Communicator','','',0, 10004 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[126]  = new arrayhdr ('INTRANET MANAGEMENT SOLUTIONS','','',0, 10002 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[115]  = new arrayhdr ('Registration','','',0, 10115 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[132]  = new arrayhdr ('Prices','','',0, 30120 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[133]  = new arrayhdr ('Organise a Domain','','',0, 30140 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[134]  = new arrayhdr ('Domain Name','','',0, 30150 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[122]  = new arrayhdr ('Registration','','',0, 1 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[119]  = new arrayhdr ('Internet Services Provider (ISP)','','',0, 5 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[121]  = new arrayhdr ('Equipment','','',0, 3 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[123]  = new arrayhdr ('Things You Need To Know','','',0, 2 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[120]  = new arrayhdr ('Prices','','',0, 4 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[111]  = new arrayhdr ('Tip of the Week','','',0, 8065 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[110]  = new arrayhdr ('Security Scan','','',0, 8064 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[109]  = new arrayhdr ('Downloads','','',0, 8066 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[108]  = new arrayhdr ('MS IE 7','Posted: June 2008 ','',0, 8063 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[131]  = new arrayhdr ('Technical Links','Posted: July 2008 ','',0, 30140 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[113]  = new arrayhdr ('PayPal System','','',0, 90120 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
info_hdr_1[112]  = new arrayhdr ('Company Information','','',0, 90130 ,'','','','2','1',0, 0, 0, 0, 0, 0 );
 index = 0; var info_lnk_1 = new Array();
info_lnk_1[89] =  new arraylnk('mailto:solutions@tailorededge.com','','gfx/w_email4.gif','blank_','solutions@tailorededge.com','k0','0','Click Here');
info_lnk_1[1] =  new arraylnk('javascript:history.back()','Go back to the previous page','gfx/spacer.gif','content','','k10','1','Click Here');
info_lnk_1[107] =  new arraylnk('page_14.html','More information','gfx/w_bw.gif','content','','k0','0','Click Here');
info_lnk_1[106] =  new arraylnk('page_36.html','More information','gfx/w_bw.gif','content','','k0','0','Click Here');
info_lnk_1[105] =  new arraylnk('page_35.html','More information','gfx/w_bw.gif','content','','k0','1','Click Here');
info_lnk_1[93] =  new arraylnk('page_19.html','More information','gfx/w_bw.gif','content','','k0','1','Click Here');
info_lnk_1[97] =  new arraylnk('page_34.html','More information','gfx/w_bw.gif','content','','k0','1','Click Here');
info_lnk_1[96] =  new arraylnk('page_21.html','More information','gfx/w_bw.gif','content','','k0','1','Click Here');
info_lnk_1[94] =  new arraylnk('page_20.html','More information','gfx/w_bw.gif','content','','k0','1','Click Here');
info_lnk_1[110] =  new arraylnk('http://www.pucc.com.au/','PUCC','gfx/w_bw.gif','blank_','for more information','k6','0','Click Here');
info_lnk_1[108] =  new arraylnk('http://www.sageaccounts.com.au/','Sage Accounts','gfx/w_bw.gif','blank_','for more information','k6','0','Click Here');
info_contact_2 =  new arraycontact('Marilyn Evans','Suite 327','215 Harris Street',' Pyrmont NSW 2009','02 9518 5459','0425 270 941','02  951 8 8076','marilyn@tailorededge.com','www.tailorededge.com',0,0,1,2500);
info_hdr_2  = new arrayhdr ('Contact Us','','',0, 999999 ,'','','','2','1',0, 0, 0, 0, 0, 0 );

