// JavaScript Document
var edit_hand = function(str){
	window.document.getElementById('edit_coloring_page').innerHTML=str;
}
function edit_page(){
	var voteajax = new Ajax();
	voteajax.doPost('http://www.PrinterKids.com/ajax/save_coloring_page.php','edit_cp_id='+window.document.getElementById('edit_cp_id').value+'&cp_name='+window.document.getElementById('edit_cp_name').value+'&cp_primary_keywords='+window.document.getElementById('edit_cp_primary_keywords').value+'&cp_secondary_keywords='+window.document.getElementById('edit_cp_secondary_keywords').value+'&cp_meta_title='+window.document.getElementById('edit_cp_meta_title').value+'&cp_description='+window.document.getElementById('edit_cp_description').value+'&cp_meta_description='+window.document.getElementById('edit_cp_meta_description').value,edit_hand,'text');
	//window.document.getElementById('edit_coloring_page').className='hme';
}
function edit_frm(i){
	//document.getElementById('votedesctxt').innerHTML="<font color=#ff6600>Please wait...</font><br />Your vote is being processed...";
	var frajax = new Ajax();
	window.document.getElementById('edit_coloring_page').className='sedt';
	frajax.doGet('http://www.PrinterKids.com/ajax/edit_cp_form.php?cp_id='+i+'',edit_hand,'text');
}

var edit_cphand = function(str){
	window.document.getElementById('coloringpage').innerHTML=str;
}


function load_edit_cpage(){
	var voteajax = new Ajax();
	voteajax.doPost('http://www.PrinterKids.com/ajax/edit_cp_form_new.php','cp_id='+window.document.getElementById('lcp_id').value+'&cp_name='+window.document.getElementById('lcp_name').value+'&cp_primary_keywords='+window.document.getElementById('lcp_primary_keywords').value+'&cp_secondary_keywords='+window.document.getElementById('lcp_secondary_keywords').value+'&cp_description='+window.document.getElementById('lcp_description').value+'&cp_meta_description='+window.document.getElementById('lcp_meta_description').value,edit_cphand,'text');
	//window.document.getElementById('edit_coloring_page').className='hme';
}
function edit_cpage(){
	var voteajax = new Ajax();
	voteajax.doPost('http://www.PrinterKids.com/ajax/save_cp.php','cp_id='+window.document.getElementById('cp_id').value+'&cp_name='+window.document.getElementById('cp_name').value+'&cp_primary_keywords='+window.document.getElementById('cp_primary_keywords').value+'&cp_secondary_keywords='+window.document.getElementById('cp_secondary_keywords').value+'&cp_description='+window.document.getElementById('cp_description').value+'&cp_meta_description='+window.document.getElementById('cp_meta_description').value,edit_cphand,'text');
	//window.document.getElementById('edit_coloring_page').className='hme';
}