function PT_W4forgotPwd()
{
//	PT_popupWindow('http://195.172.14.242/W4_Mentor/EmbeddedProcess/Password/forgotPassword.aspx', 'SMALL');
//PT_popupWindow('http://localhost/fccutil/main.aspx?_WSN=fcclive', 'SMALL');
PT_popupWindow('refreshPassword/refreshPassword.aspx?cfc_from=FCCMentorNet', 'LINKER');
}


function PT_W4Register()
{
	PT_popupWindow('http://195.172.14.242/W4_Mentor/EmbeddedProcess/Registration/registrationToPortal.aspx', 'LARGE');
}

function PT_W4BookEvent(iPid, sId)
{
	PT_popupWindow('drawpagenet.aspx?DP=URL&DOTNET=TRUE&URL=http://195.172.14.242/W4_Mentor/EmbeddedProcess/BookingEvents/bookingEvents.aspx?mentorUid=%USERID%~~pid=' + iPid + '~~_SID=' + sId, 'SMALL');
}


function PT_W4Purchase(iPid, sId)
{
	PT_popupWindow('drawpagenet.aspx?DP=URL&DOTNET=TRUE&URL=http://195.172.14.242/W4_Mentor/EmbeddedProcess/Purchasing/purchasing.aspx?mentorUid=%USERID%~~pid=' + iPid + '~~_SID=' + sId, 'LARGE');
}


