function idxOver(a)
{ a.style.background='#FF0000'; }

function idxOut(a)
{ a.style.background='#660000'; }

function openList(append)
{ window.open('usersclans.asp?'+append,'getList','status=yes,scrollbars=yes,resizable=no,width=250,height=400,screenX=10,screenY=10,top=10,left=10'); } 

function sentalert()
{
	another = window.confirm('Click [OK] to send another message or [Cancel] to Finish');
	if (another == false)
		window.close();
}

function readmsg(append, msg)
{ window.open('readmsg.asp?'+append+'&msg='+msg,'readmsg','status=yes,scrollbars=yes,resizable=yes,width=650,height=350,screenX=10,screenY=10,top=10,left=10'); }

function QuickMsg(append)
{ window.open('mymessages.asp?'+append+'&assist=Y','mymessages','status=yes,scrollbars=yes,resizable=yes,width=750,height=350,screenX=10,screenY=10,top=10,left=10'); }

function SendMsg(append,t,r,rcpt)
{ window.open('quickmsg.asp?'+append+'&type='+t+'&ref='+r+'&rcpt='+rcpt,'sendmsg','status=yes,scrollbars=auto,resizable=yes,width=300,height=550,screenX=10,screenY=10,top=10,left=10'); }

function Assistant(append)
{ window.open('assistant.asp?'+append,'assistant','status=yes,scrollbars=no,resizable=no,width=200,height=100,screenX=10,screenY=10,top=10,left=10'); } 

function LaunchChat(append)
{ window.open('chat.asp?'+append,'chat','status=no,scrollbars=no,resizable=yes,width=680,height=600,screenX=10,screenY=10,top=10,left=10'); }
