
function openWindow(strUrl,strWinName,strAttr){
	window.open(strUrl,strWinName,strAttr);
}

