<!-- Begin
function testcode(urlcode,reductioncode) {

mypop = window.open(urlcode,"testcode","width=360, height=200");

if( window.clipboardData && clipboardData.setData )
{
   clipboardData.setData("Text", reductioncode);
}
}

function showcode(url) {
{	
var i = 1;
if ( document.getElementById && document.form.pop.value == '0' )
	{
	while ( document.getElementById( 'code' + i) )
		{
			Divcode = document.getElementById( 'code' + i );
			Divbutton = document.getElementById( 'button' + i );
			if ( Divcode != '' )
				{
				Divbutton.innerHTML = Divcode.innerHTML;
				i++;
				}
		}
	window.open(url,'boutique','top=0,left=0,width=800,height=600,scrollbars=1,location=1,menubar=1,resizable=1');
	}	
	document.form.pop.value = '1';
}
}

function showonecode(url,jj) {
{	
var i = 1;
if ( document.getElementById )
	{
	while ( document.getElementById( 'code' + i) )
		{
			Divcode = document.getElementById( 'code' + i );
			Divbutton = document.getElementById( 'button' + i );
			if ( i == jj )
				{
				Divbutton.innerHTML = Divcode.innerHTML;
				}
			i++;
		}
	}	
}
window.open(url,'boutique','top=0,left=0,width=800,height=600,scrollbars=1,location=1,menubar=1,resizable=1');
}

function seewin(url) {
window.open(url,'boutique','top=0,left=0,width=800,height=600,scrollbars=1,location=1,menubar=1,resizable=1');
}
//  End -->
