<!-- Begin

function ClipBoard(x) {
	bResult = window.clipboardData.setData("Text",x);
}
function showHide(elementid){
if (document.getElementById(elementid).style.display == 'none'){
document.getElementById(elementid).style.display = '';
} else {
document.getElementById(elementid).style.display = 'none';
}
} 
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=20,left=20,width=900,height=700,scrollbars=1,location=1,menubar=1,resizable=1');
	//mypop = top.window.open(url);
	//mypop.blur();
	//top.window.focus();
	}	
	document.form.pop.value = '1';
}
}

function seewin(url) {
mypop = window.open(url);
}
//  End -->
