function openWindow(sURL, sWidth, sHeight) {
		window.open(sURL,'window','height=' + sHeight + ',width=' + sWidth + ',scrollbars=yes,resizable=no,top=50,left=200');
}


