function alertCustom(strMsg,blnCancel) {
	window.open('/incs/asp/mensagem.asp?msg=' + strMsg + '&blnCancel=' + blnCancel,'msgsys','width=350,height=150,top=200,left=200,menubar=no');
	//var ret = window.showModalDialog('mensagem.asp?msg=' + strMsg + '&blnCancel=' + blnCancel,window,'dialogWidth:317px;dialogHeight:132px;dialogTop:350px;dialogLeft:350px;scroll:no;help:no;status:no');
	//if(ret=='true')
	//	return true;
	//return false;
}