

function display1(loctartn, pic,txt,alt) 

{



        var newWindow
  
        picture = new Image();        
        picture.src = pic; 
        newWindow = window.open("","Viewer",'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars,resizable=1,width=600,height=600');
        if (loctartn)
        {
           newWindow.document.write("<HTML><HEAD><Title>Lochcarron of Scotland Tartan Viewer</Title></HEAD><BODY BACKGROUND=backgr.gif   onBlur='window.close();'><CENTER><Font Size=10 color=black>")
        }
        else
        {
           newWindow.document.write("<HTML><HEAD><Title>Scotland Forever</Title></HEAD><BODY BACKGROUND=backgr.gif   onBlur='window.close();'><CENTER><Font Size=10 color=black>")
        }
        newWindow.document.writeln ("<center><img src=sftitle.gif></center></font><br>")
        newWindow.document.write ("<FONT size = 6 color=black>")
        newWindow.document.write(txt)
        newWindow.document.write(" Tartan<\/FONT><BR>")
        newWindow.document.writeln("<font size=4 color=black>Note: Tartan colors may vary due to differences in monitors.</font><br><br>")
        newWindow.document.write("<IMG SRC='")
        newWindow.document.write(picture.src)
        newWindow.document.writeln("'><br>")
        newWindow.document.write ("<font size = 4 color=black>")
        newWindow.document.writeln(alt)
        newWindow.document.writeln("</font>")
        newWindow.document.writeln("<FORM><INPUT TYPE=BUTTON value=Close onclick=window.close();></form>")
        if (loctartn)
        {
           newWindow.document.write ("<font size = 2 color=black>Tartan Viewer and Images &copy; 2001 Lochcarron of Scotland<br>")
        }
        else
        {
           newWindow.document.write ("<font size = 2 color=black>Tartan Viewer &copy; 2001 Lochcarron of Scotland<br>Image &copy; 2001 Scotland Forever<br>")
        }        
        newWindow.document.write("<\/center><\/body><\/html>")
        picture.src = "";
        newWindow.document.close()
      }

function display2(loctartn, pic1,txt1,pic2,txt2, alt) 

{

        var newWindow
        
        picture1 = new Image();        
        picture1.src = pic1;  
        picture2 = new Image();        
        picture2.src = pic2;  
  
        newWindow = window.open("","Viewer",'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars,resizable=1,width=600,height=600');

        if (loctartn)
        {
           newWindow.document.write("<HTML><HEAD><Title>Lochcarron of Scotland Tartan Viewer</Title></HEAD><BODY BACKGROUND=backgr.gif   onBlur='window.close();'><CENTER><Font Size=10 color=black>")
        }
        else
        {
           newWindow.document.write("<HTML><HEAD><Title>Scotland Forever</Title></HEAD><BODY BACKGROUND=backgr.gif   onBlur='window.close();'><CENTER><Font Size=10 color=black>")
        }
        newWindow.document.writeln ("<center><img src=sftitle.gif></center></font><br>")
        newWindow.document.write ("<FONT size = 6 color=black>")        
        newWindow.document.write(alt)
        newWindow.document.write(" Tartans<\/FONT><BR>")
        newWindow.document.writeln("<font size=4 color=black>Note: Tartan colors may vary due to differences in monitors.</font><br><br>")
        newWindow.document.write("<font color = black size = 4>")
        newWindow.document.write("<IMG SRC=")
        newWindow.document.write(picture1.src)
        newWindow.document.writeln("> <br>")
        newWindow.document.writeln(txt1)
        newWindow.document.writeln("<br><BR>")
        
 
        newWindow.document.write("<br><IMG SRC=")
        newWindow.document.write(picture2.src)
        newWindow.document.writeln("> <br>")
        newWindow.document.writeln(txt2)

        newWindow.document.writeln("<FORM><INPUT TYPE=BUTTON value=Close onclick=window.close();></form>")       
        if (loctartn)
        {
           newWindow.document.write ("<font size = 2 color=black>Tartan Viewer and Images &copy; 2001 Lochcarron of Scotland<br>")
        }
        else
        {
           newWindow.document.write ("<font size = 2 color=black>Tartan Viewer &copy; 2001 Lochcarron of Scotland<br>Images &copy; 2001 Scotland Forever<br>")
        }        
        newWindow.document.write("<\/center><\/body><\/html>")
        picture1.src = "";
        picture2.src = "";
        newWindow.document.close()
      }
      
function display3(loctartn, pic1,txt1,pic2,txt2, pic3, txt3, alt) 

{

        var newWindow

        picture1 = new Image();        
        picture1.src = pic1;  
        picture2 = new Image();        
        picture2.src = pic2;    
        picture3 = new Image();        
        picture3.src = pic3;    
          
        newWindow = window.open("","Viewer",'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars,resizable=1,width=600,height=600');

        if (loctartn)
        {
           newWindow.document.write("<HTML><HEAD><Title>Lochcarron of Scotland Tartan Viewer</Title></HEAD><BODY BACKGROUND=backgr.gif   onBlur='window.close();'><CENTER><Font Size=10 color=black>")
        }
        else
        {
           newWindow.document.write("<HTML><HEAD><Title>Scotland Forever</Title></HEAD><BODY BACKGROUND=backgr.gif   onBlur='window.close();'><CENTER><Font Size=10 color=black>")
        }
        newWindow.document.writeln ("<center><img src=sftitle.gif></center></font><br>")
        newWindow.document.write ("<FONT size = 6 color=black>")        
        newWindow.document.write(alt)
        newWindow.document.write(" Tartans<\/FONT><BR>")
        newWindow.document.writeln("<font size=4 color=black>Note: Tartan colors may vary due to differences in monitors.</font><br><br>")
        newWindow.document.write("<font color = black size = 4>")
        newWindow.document.write("<IMG SRC=")
        newWindow.document.write(picture1.src)
        newWindow.document.writeln("> <br>")
        newWindow.document.writeln(txt1)
        newWindow.document.writeln("<br><BR>")
        
 
        newWindow.document.write("<br><IMG SRC=")
        newWindow.document.write(picture2.src)
        newWindow.document.writeln("> <br>")
        newWindow.document.writeln(txt2)
        newWindow.document.writeln("<br><BR>")
        
        newWindow.document.write("<br><IMG SRC=")
        newWindow.document.write(picture3.src)
        newWindow.document.writeln("><br>")
        newWindow.document.writeln(txt3)


        newWindow.document.writeln("<FORM><INPUT TYPE=BUTTON value=Close onclick=window.close();></form>")       
        if (loctartn)
        {
           newWindow.document.write ("<font size = 2 color=black>Tartan Viewer and Images &copy; 2001 Lochcarron of Scotland<br>")
        }
        else
        {
           newWindow.document.write ("<font size = 2 color=black>Tartan Viewer &copy; 2001 Lochcarron of Scotland<br>Images &copy; 2001 Scotland Forever<br>")
        }        
        newWindow.document.write("<\/center><\/body><\/html>")
        picture1.src = "";
        picture2.src = "";
        picture3.src = "";
        newWindow.document.close()
   
      }
  
