function openWin(sUri, nWidth, nHeight )
{
	window.open(sUri,"popup",'width=' + nWidth + ',height=' + nHeight);
}
