function PrintEmbed(EmbID)
{
    document.write(document.getElementById(EmbID).value);
}

function clickwin(n)
{
	var settings ='toolbar=0,directories=0,status=no,menubar=0,scrollbars=auto,resizable=no,height=415,width=552,left=200,top=200';
	winObject = window.open('popup.html?no='+n, 'popup', settings);
}