function openWindow(strURL) {
	var win = window.open (strURL,"featureItem","width=500,height=400,scrollbars=yes,resizable");
	win.focus();
}

