	
/*
// Copyright 2006 byte Technologies
// http://www.byte-tech.com
//
// Pop up window
*/ 


function popTop() 
{
   window.open('deck_top.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=345,height=340');
}
function popMiddle() 
{
   window.open('deck_middle.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=345,height=340');
}
function popBottom() 
{
   window.open('deck_bottom.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=345,height=340');
}
function popUnavailable() 
{
   window.open('unavailable.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=345,height=340');
}

function popHappyCouple() 
{
   window.open('http://www.stacyndamonwedding.com/happily_married_couple.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=650,height=450');
}

function popDressedToImpress() 
{
   window.open('http://www.stacyndamonwedding.com/bridal_party.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=650,height=450');
}

function popRehearsalDinner() 
{
   window.open('http://www.stacyndamonwedding.com/rehearsal_dinner.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=650,height=450');
}

function popBridalShower() 
{
   window.open('http://www.stacyndamonwedding.com/bridal_shower.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=650,height=450');
}

function popBLparty() 
{
   window.open('http://www.stacyndamonwedding.com/bachlorette_party.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=650,height=450');
}

function popBoarding() 
{
   window.open('http://www.stacyndamonwedding.com/boarding.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=650,height=450');
}

function popGettingReady() 
{
   window.open('http://www.stacyndamonwedding.com/ladies_getting_ready.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=650,height=450');
}

function popTheCeremony() 
{
   window.open('http://www.stacyndamonwedding.com/the_ceremony.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=650,height=450');
}
function popTheReception() 
{
   window.open('http://www.stacyndamonwedding.com/reception.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=650,height=450');
}
function popGoodnight() 
{
   window.open('http://www.stacyndamonwedding.com/goodnight.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=650,height=450');
}
