<!--

function OpenWindow(strUrl,intHeight,intWidth,strPrefs) {

	window.open(strUrl,"newWin","height=" + intHeight + ",width=" + intWidth + "," + strPrefs);

}


//-->
