function MediaPopUp(strURL) {
	var strOptions="";
	strOptions="resizable='false',height=360,width=750";
	NewWindow = window.open(strURL, 'Media', strOptions);
	NewWindow.focus();
}
