function OpenWindow (strURL) {
	properties = 'toolbar=0, scrollbars=1, resizable=1, top=50, left=50, height=1, width=1';
	var myWindow = window.open (strURL, null, properties);
}
