function openProfWindow(userId)
{
window.open("UserProf.htm?uid="+userId,"newprof"+userId,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=530,height=610");
return false;
}

function openNewMsgWindow(userId)
{
window.open("msg.htm?msgid=0&toid="+userId,"newmsg"+userId,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=yes,copyhistory=no,width=378,height=550");
return false;
}

function openMsgWindow(MsgId)
{
window.open("msg.htm?msgid="+MsgId,"msg"+MsgId,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=yes,copyhistory=no,width=378,height=550");
return false;
}

function openAdsWindow(AdCat)
{
window.open("adsdet.htm?cat="+AdCat,"Ads","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=600");
return false;
}

function openForumWindow(FCat)
{
window.open("forumdet.htm?cat="+FCat,"F"+FCat,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=515,height=600");
return false;
}

function openForumInsWind(Ans,Cat)
{
window.open("forumins.htm?ans="+Ans+"&cat="+Cat,"FINS"+Cat,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=200");
return false;
}

function openVForumWindow(FCat)
{
window.open("vra.htm?cat="+FCat,"VF"+FCat,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=550,height=600");
return false;
}

function openShopDet(Sid)
{
window.open("shopdet.htm?id="+Sid,"SH"+Sid,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=350");
return false;
}


function closeWindow(wnd)
{
window.close(wnd);
return false;
}

function openUserMsgWindow(Msg)
{
window.open("usermsg.htm?UserMsg="+Msg,"umsg","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=378,height=110");
return false;
}

function openImgWindow(uid,Img,width,height)
{
window.open("ShowImg.htm?uid="+uid+"&img="+Img+"&w="+width+"&h="+height,"uid"+uid+"img"+Img,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width="+width+",height="+(height+30));
return false;
}
function resizeImgWindow(width,height)
{
self.resizeTo(width+10,height+35);
return false;
}
