function popUp(file_name, width, height, scrollbars) {
	//document.getElementById('flashContainer').wmode = null;
	///alert(document.getElementById('flashContainer').wmode);
	window.open(file_name, '_blank', 'width=' + width + ', height=' + height + ', scrollbars= ' + scrollbars + ', resizable=1');
	//return false;
}

