function exportIdeas(type) {
	window.open(BASEURL + "exportIdeas.php?type=" + type, "", "width=450,height=150,left=300,top=300,dependent=yes");
}

function passwordReminder() {
	window.open(BASEURL + "passwordReminder.php", "", "width=436,height=500,left=300,top=150,dependent=yes,resizable=yes,scrollbars=yes");
}

function addComment(id) {
	window.open(BASEURL + "newComment.php?newc=1&ideaId=" + id, "", "width=600,height=400,left=300,top=300,dependent=yes,scrollbars=yes");
}

function editComment(id, idea_id) {
	window.open(BASEURL + "editComment.php?id="+id+"&idea="+idea_id, "", "width=600,height=500,left=300,top=300,dependent=yes,scrollbars=yes");
}

function answerComment(id,parentc) {
	window.open(BASEURL + "answerComment.php?ideaId="+id+"&parent="+parentc, "", "width=600,height=500,left=300,top=300,dependent=yes,scrollbars=yes");
}

//function editComment(id,parentc) {
//	window.open(BASEURL + "editComment.php?ideaId="+id+"&parent="+parentc, "", "width=600,height=500,left=300,top=300,dependent=yes,scrollbars=yes");
//}

function translateTextKeys(mode) {
	window.open(BASEURL + "admin/translateTextKeys.php?mode=" + mode, "", "width=440,height=400,left=300,top=300,dependent=yes,scrollbars=yes");
}

function editPage(id) {
	window.open(BASEURL + "admin/editPage.php?id="+id+"&page="+id, "", "width=440,height=400,left=300,top=300,dependent=yes,scrollbars=yes");
}

function editTextKey(id,page,tab) {
	window.open(BASEURL + "admin/editTextKey.php?id="+id+"&page="+page+"&tab="+tab, "", "width=440,height=400,left=300,top=300,dependent=yes,scrollbars=yes");
}

function translateCategory(key, type) {
	window.open(BASEURL + "admin/editLangdata.php?content_key=" + key + "&content_type=" + type, "", "width=500,height=250,left=300,top=300,dependent=yes,scrollbars=yes");
}

function addPresenter(ideaid) {
	window.open(BASEURL + "addPresenter.php?ideaid=" + ideaid, "", "width=440,height=400,left=300,top=300,dependent=yes,scrollbars=yes");
}

function sendIdea(id) {
	window.open(BASEURL + "sendIdeaEmailToUser.php?id="+id, "", "width=500,height=600,left=200,top=200,dependent=yes,scrollbars=yes");	
}

function showCommEval(ideaid) {
	window.open(BASEURL + "commEval.php?id="+ideaid, "", "width=440,height=220,left=300,top=300,dependent=yes,scrollbars=yes");
}

function showEvalsOverall(id) {
	window.open(BASEURL + "admin/overallEval.php?id="+id, "", "width=760,height=650,left=50,top=140,dependent=yes,scrollbars=yes,resizable=yes");
}

function showVersion(idea, version, lang) {
	window.open(BASEURL + "ideaVersion.php?idea=" + idea + "&version=" + version + "&lang=" + lang, "", "width=800,height=650,left=50,top=140,dependent=yes, scrollbars=yes,resizable=yes");
}

function editLang(id) {
	window.open(BASEURL + "admin/editLang.php?id="+id, "", "width=440,height=400,left=300,top=300,dependent=yes,scrollbars=yes");
}

function translateComment(id) {
	window.open(BASEURL + "admin/commentTranslate.php?id="+id, "", "width=780,height=400,left=300,top=300,dependent=yes,scrollbars=yes");
}

function pickIdea(idea) {
	window.open(BASEURL + "pickIdeaEnsure.php?id="+idea, "", "width=440,height=220,left=300,top=300,dependent=yes,scrollbars=yes");
}

function showAttachment(attachment) {
	window.open(encodeURI(attachment), "", "width=600,height=450,left=100,top=100,dependent=yes, resizable=yes, scrollbars=yes");
}

function showImageBySrc(src) {
	window.open(BASEURL + "showAttachment.php?file=" + src, "", "width=800,height=600,left=100,top=100,dependent=yes,scrollbars=yes,resizable=yes");
}

function downloadAttachment(file,name) {
	window.open(BASEURL + "downloadAttachment.php?file=" + file + "&name=" + name, "", "width=800,height=600,left=100,top=100,dependent=yes,scrollbars=yes,resizable=yes");
}

function linkIdeaUser(id) {
	window.open(BASEURL + "linkIdea.php?id=" + id, "", "width=760,height=520,left=50,top=50,dependent=yes,scrollbars=yes,resizable=yes");
}

function updatePassword() {
	window.open(BASEURL + "updatePassword.php", "", "width=420,height=190,left=300,top=300,dependent=yes");
}

function uploadVideo(ideaid) {
	window.open(BASEURL + "upload.php?ideaid="+ideaid+"&type=video", "", "width=415,height=290,left=300,top=300,dependent=yes");
}

function uploadFile(ideaid) {
	window.open(BASEURL + "upload.php?ideaid="+ideaid+"&type=file", "", "width=415,height=290,left=300,top=300,dependent=yes");
}

function uploadImage(ideaid) {
	window.open(BASEURL + "upload.php?ideaid="+ideaid+"&type=image", "", "width=415,height=290,left=300,top=300,dependent=yes");
}

function uploadMainImage(ideaid) {
	window.open(BASEURL + "upload.php?ideaid="+ideaid+"&type=main", "", "width=415,height=290,left=300,top=300,dependent=yes");
}

function uploadUserImage() {
	window.open(BASEURL + "uploadUserImage.php", "", "width=420,height=290,left=300,top=300,dependent=yes");
}

function showImagePool() {
	window.open(BASEURL + "imagePool.php", "", "width=600,height=500,left=300,top=300,dependent=yes,scrollbars=yes");
}

function showDetails(id) {
	window.open(BASEURL + "historyDetails.php?id=" + id, "", "width=440,height=285,left=100,top=140,dependent=yes,scrollbars=yes,resizable=yes");
}

function selectDiscussionUser(id) {
  	window.open(BASEURL + "admin/selectDiscussionUser.php?id=" + id, "", "width=440,height=450,left=100,top=140,dependent=yes, scrollbars=yes,resizable=yes");
  }

function selectEvaluationUser(id) {
	window.open(BASEURL + "admin/selectEvaluationUser.php?id=" + id, "", "width=700,height=550,left=100,top=140,dependent=yes, scrollbars=yes,resizable=yes");
}

function showHistory(id) {
	window.open(BASEURL + "admin/ideaHistory.php?id=" + id, "", "width=760,height=450,left=50,top=140,dependent=yes, scrollbars=yes,resizable=yes");
}

function showAdminNotes(id) {
	window.open(BASEURL + "admin/adminNotes.php?id=" + id, "", "width=760,height=450,left=50,top=140,dependent=yes, scrollbars=yes,resizable=yes");
}

function showSingleEvals(id) {
	window.open(BASEURL + "admin/singleEvals.php?id=" + id, "", "width=760,height=650,left=50,top=140,dependent=yes, scrollbars=yes,resizable=yes");
}

function showTranslateIdea(id) {
	window.open(BASEURL + "admin/ideaTranslate.php?id=" + id, "", "width=760,height=520,left=50,top=50,dependent=yes, scrollbars=yes,resizable=yes");
}

function openTNC() {
	window.open('tnc.php','tnc','width=650,height=500,scrollbars=yes,status=yes').focus();
}

function openImprint() {
	window.open('imprint.php','tnc','width=600,height=500,scrollbars=yes,status=yes').focus();
}

function openTNCde() {
	window.open('tnc_de.php','tnc_de','width=600,height=500,scrollbars=yes,status=yes').focus();
}


