function showEditor(id){
	window.open('/openEditor.php?url=/getContent&id='+id,'mywindow','width=800,height=700,left=100,top=200,screenX=100,screenY=200')
}

function showNewsEditor(){
	window.open('/openEditor.php?url=/news/listnews','mywindow','width=800,height=600,left=100,top=200,screenX=100,screenY=200,scrollbars=1')	
}

function showPodcastEditor(blockId){
	window.open('/openEditor.php?url=/resources/podcasts/listpodcasts&blockId='+blockId,'mywindow','width=800,height=600,left=100,top=200,screenX=100,screenY=200,scrollbars=1')	
}

function showPodcastEditor2(blockId){
	window.open('/openEditor.php?url=/resources/podcasts/podcastplayer&blockId='+blockId,'mywindow','width=800,height=600,left=100,top=200,screenX=100,screenY=200,scrollbars=1')	
}

function showCustomerCommentsEditor(){
	window.open('/openEditor.php?url=/listcustomercomments','mywindow','width=800,height=600,left=100,top=200,screenX=100,screenY=200,scrollbars=1')	
}

function showFeaturedCourseEditor(){
	window.open('/openEditor.php?url=/courses/listCourses','mywindow','width=800,height=600,left=100,top=200,screenX=100,screenY=200,scrollbars=1')	
}

function showFeaturedBlogEditor(){
	window.open('/openEditor.php?url=/changeFeed','mywindow','width=800,height=600,left=100,top=200,screenX=100,screenY=200,scrollbars=1')	
}

function showPollEditor(id){
	window.open('/openEditor.php?url=/getPollContent&id='+id,'mywindow','width=800,height=700,left=100,top=200,screenX=100,screenY=200')
}

function showFAQEditor(){
    window.open('/openEditor.php?url=/resources/faqEditor','mywindow','width=1200,height=600,left=100,top=200,screenX=100,screenY=200,scrollbars=1')	
}

function showTeamsPageEditor(){
    window.open('/openEditor.php?url=/aboutus/teamEditor','mywindow','width=800,height=700,left=100,top=200,screenX=100,screenY=200,scrollbars=1')	
}

// @MD Frontpage Rotating Block Editor - 2008-11-13
function showFrontRotateList(){
	window.open('/openEditor.php?url=/list_front_rotate','mywindow','width=800,height=700,left=100,top=200,screenX=100,screenY=200,scrollbars=1')
}

function showATEventEditor(){
	window.open('/openEditor.php?url=/events/selectATEvent','mywindow','width=800,height=700,left=100,top=200,screenX=100,screenY=200,scrollbars=1')
}

function showDLEEventEditor(){
	window.open('/openEditor.php?url=/events/selectDLEEvent','mywindow','width=800,height=700,left=100,top=200,screenX=100,screenY=200,scrollbars=1')
}

function showBreakfastEventEditor(){
	window.open('/openEditor.php?url=/events/selectBreakfastEvent','mywindow','width=800,height=700,left=100,top=200,screenX=100,screenY=200,scrollbars=1')
}