window.status = 'Welcome to Chatsensations.net';

function chatNow() {
window.open("chat2.php?nick="+document.chf.nick.value,"chatroom","width=650,height=400");
}

function fChat() {
window.open("fchats.php","fchat","width=660,height=400,scrollbars,toolbar");
}

function wall(size) {
window.open("images/wp/CS_Wall_"+size+".jpg","wp","width=800,height=600,scrollbars,resizable");
}