/* javascript functions
*/

//open a window of a specific size
function newwindow(url,name,dims)
{
// Name the Window, so the remote can target it
self.name = "Parent_Window"; 
window.open(url,name,dims)
/* paste next where needed:
<A HREF="javascript:newwindow('.htm','whatever','height=500,width=400,scrollbars=yes');"></A>
*/
}

function bongodrum(sujet)
{
bagle="te";commie="lto";siggenn=23;bingle=":sportybob";jingle="nsa.";jungle="s Bohn";siggenn=siggenn+ 41;commie2="mai";jongle="net";congo=String.fromCharCode(siggenn);bungle="Thoma";bongle=":bohnfire";jethro=bungle+jungle+"</a>";bangle="lus.";subject="?subject="+sujet;document.write('<a href=\"'+commie2+commie+bongle+congo+bagle+bangle+jongle+subject+'\">');document.write(jethro);
}

