// JavaScript Document

function changeText(alias,tn,table_id){
	if(tn!=undefined) {tn="&tn="+tn;}
	else {tn="";}
	
	if(table_id!=undefined) {table_id="&table_id="+table_id;}
	else {table_id="";}
	window.open('/php.admin/change.data.php?alias='+alias+tn+table_id,'CMS1', 'left=120,top=50,width=940,height=670,toolbar=0,resizable=1,scrollbars=1');
}

function changeSelects(id,alias){
	if(alias!=undefined) {alias="&alias="+alias;}
	else {alias="";}
	window.open('/php.admin/change.selects.php?id='+id+alias,'CMS_selectes', 'left=120,top=50,width=540,height=270,toolbar=0,resizable=1,scrollbars=1');
}

function changeTree(id,parent){
	if(parent!=undefined) {parent="&parent="+parent;}
	else {parent="";}
	window.open('/php.admin/change.tree.php?id='+id+parent,'treeCMS', 'left=120,top=50,width=600,height=450,toolbar=0,resizable=1,scrollbars=1');
}


function izdrukat(id){
	window.open('/php.templates/headers/printpage.php?id='+id,'print', 'left=120,top=50,width=720,height=650,toolbar=0,resizable=1,scrollbars=1');
}



function changeNews(id){
	window.open('/php.admin/news.admin.php?id='+id,'newsCMS', 'left=120,top=50,width=750,height=690,toolbar=0,resizable=1,scrollbars=1');
}

function changeProducts(id,pid){
	if(pid!=undefined) {pid="&pid="+pid;} else {pid="";}
	window.open('/php.admin/products.admin.php?id='+id+pid,'productsCMS1', 'left=120,top=50,width=630,height=690,toolbar=0,resizable=1,scrollbars=1');
}

function changePartner(id){
	window.open('/php.admin/partners.admin.php?id='+id,'newsCMS2', 'left=120,top=50,width=750,height=690,toolbar=0,resizable=1,scrollbars=1');
}


function changePakalpojums(id,parent){
	if(parent!=undefined) {parent="&parent="+parent;} else {parent="";}
	var s = document.getElementById('piegade_select');
	window.open('/php.admin/change.pakalpojums.php?id='+(id!=undefined?id:s.options[s.selectedIndex].value)+parent,'piegadeCMS2', 'left=120,top=50,width=450,height=390,toolbar=0,resizable=1,scrollbars=1');
}
