function showme(div,tag,secs,pos) {
var js=new jdelay(div);
with(js) {
js.onload=function() {
showMessage(tag + '<img src="/images/loader.gif" border="0" align="'+pos+'">');setTimeout(function() {closeMessage();},secs);}}
}

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=500,width=550,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function popWin(url)
{
	newwindow=window.open(url,'name','height=260,width=380,resizable=no,scrollbars=no');
	if (window.focus) {newwindow.focus()}
}

