<!-- 
function showWindow(name) 
{ 
   content = "<html><head><title>Christmas Trees Limited</title></head>"+
             "<body topmargin=0 leftmargin=0>"+
             "<p valign=center align=center><img src="+name+" alt=Close_up></P></body></html>";

   pop = window.open("","","scrollbars=0,toolbar=0,width=308,height=358");
   pop.document.open();
   pop.focus();
   pop.document.write(content);
   pop.document.close();
} 

function crop2006(name) 
{
content = "<html><head><title>Christmas Trees Limited</title></head>" +
"<body topmargin=5 leftmargin=0><p valign=center align=center><OBJECT ID=MediaPlayer HEIGHT=312 WIDTH=320 classid=CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95 "+
	"codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=Version=6,4,7,1112 "+
	"standby=Loading 2007 Christmas Trees... "+
	"type=application/x-oleobject> "+
          "<PARAM NAME=FileName VALUE=http://www.christmastreesltd.com/images/2007.wmv> "+
          "<PARAM NAME=URL VALUE=http://www.christmastreesltd.com/images/2007.wmv> "+
          "<PARAM NAME=AutoStart VALUE=True> "+
          "<PARAM NAME=ShowControls VALUE=1> "+
          "<PARAM NAME=ShowDisplay VALUE=0> "+
          "<PARAM NAME=ShowStatusBar VALUE=1> "+
          "<PARAM NAME=AutoSize VALUE=0> "+
          "<PARAM NAME=DisplaySize VALUE=0> "+
          "<PARAM NAME=VOLUME VALUE=-350> "+
          "<EMBED type=application/x-mplayer2 "+
		"pluginspage=http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/ "+
		"src=http://www.christmastreesltd.com/images/2007.wmv "+
		"Name=MediaPlayer "+
		"ShowControls=1 "+
		"ShowDisplay=0 "+
		"ShowStatusBar=1 "+
		"displaysize=0 "+
		"volume=-350 "+
		"height=312 "+
		"width=320> </EMBED> </OBJECT></p></body> </html>"
   pop = window.open("","","scrollbars=0,toolbar=0,width=330,height=320");
   pop.document.open();
   pop.focus();
   pop.document.write(content);
   pop.document.close();
} 

function nordcut(name) 
{ 
   content = "<html><head><title>Christmas Trees Limited</title></head>"+
             "<body topmargin=0 leftmargin=0>"+
             "<p valign=center align=center><img src="+name+" alt=Close_up></P></body></html>";

   pop = window.open("","","scrollbars=0,toolbar=0,width=278,height=395");
   pop.document.open();
   pop.focus();
   pop.document.write(content);
   pop.document.close();
} 
function treepot(name) 
{ 
   content = "<html><head><title>Christmas Trees Limited</title></head>"+
             "<body topmargin=0 leftmargin=0>"+
             "<p valign=center align=center><img src="+name+" alt=Close_up></P></body></html>";

   pop = window.open("","","scrollbars=0,toolbar=0,width=277,height=425");
   pop.document.open();
   pop.focus();
   pop.document.write(content);
   pop.document.close();
} 
function nordpot(name) 
{ 
   content = "<html><head><title>Christmas Trees Limited</title></head>"+
             "<body topmargin=0 leftmargin=0>"+
             "<p valign=center align=center><img src="+name+" alt=Close_up></P></body></html>";

   pop = window.open("","","scrollbars=0,toolbar=0,width=308,height=358");
   pop.document.open();
   pop.focus();
   pop.document.write(content);
   pop.document.close();
} 
//--> 



<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

