// PhotoBlog JavaScript Document
function QuickSearch() {
	document.photoblog_quick_search.submit();
}
//========================================================================
function mClk(src) {
  if (event.srcElement.tagName=='td') {
     src.children.tags('A')[0].click();
    }
}
//========================================================================
function showHidePanel(id){
	if(id)	{
		// changing dispaly of child nodes.
		if(document.getElementById(id))	{
			if(document.getElementById(id).style.display==""){
				document.getElementById(id).style.display="none";
			}
			else{
				document.getElementById(id).style.display="";
			}
		}
	}
}
////************************* PhotoBlog Variables *********************
EnterVar29=convertHardCode("&#1576;&#1575; &#1575;&#1606;&#1578;&#1582;&#1575;&#1576; &#1575;&#1610;&#1606; &#1711;&#1586;&#1610;&#1606;&#1607; &#1548;  &#1589;&#1601;&#1581;&#1607; &#1605;&#1608;&#1585;&#1583; &#1606;&#1592;&#1585; &#1588;&#1605;&#1575; &#1575;&#1586; &#1587;&#1610;&#1587;&#1578;&#1605; &#1581;&#1584;&#1601; &#1582;&#1608;&#1575;&#1607;&#1583; &#1588;&#1583;. &#1570;&#1610;&#1575; &#1605;&#1575;&#1610;&#1604; &#1576;&#1607; &#1575;&#1583;&#1575;&#1605;&#1607; &#1593;&#1605;&#1604;&#1610;&#1575;&#1578; &#1605;&#1609;&#8204;&#1576;&#1575;&#1588;&#1610;&#1583;&#1567;");
EnterVar30=convertHardCode("&#1576;&#1575; &#1575;&#1606;&#1578;&#1582;&#1575;&#1576; &#1575;&#1610;&#1606; &#1711;&#1586;&#1610;&#1606;&#1607; &#1548;  &#1662;&#1575;&#1585;&#1575;&#1711;&#1585;&#1575;&#1601; &#1605;&#1608;&#1585;&#1583; &#1606;&#1592;&#1585; &#1588;&#1605;&#1575; &#1575;&#1586; &#1587;&#1610;&#1587;&#1578;&#1605; &#1581;&#1584;&#1601; &#1582;&#1608;&#1575;&#1607;&#1583; &#1588;&#1583;. &#1570;&#1610;&#1575; &#1605;&#1575;&#1610;&#1604; &#1576;&#1607; &#1575;&#1583;&#1575;&#1605;&#1607; &#1593;&#1605;&#1604;&#1610;&#1575;&#1578; &#1605;&#1609;&#8204;&#1576;&#1575;&#1588;&#1610;&#1583;&#1567;");
EnterVar31=convertHardCode("&#1576;&#1575; &#1575;&#1606;&#1578;&#1582;&#1575;&#1576; &#1575;&#1610;&#1606; &#1711;&#1586;&#1610;&#1606;&#1607; &#1548;   &#1593;&#1606;&#1608;&#1575;&#1606; &#1605;&#1608;&#1585;&#1583; &#1606;&#1592;&#1585; &#1588;&#1605;&#1575; &#1575;&#1586; &#1587;&#1610;&#1587;&#1578;&#1605; &#1581;&#1584;&#1601; &#1582;&#1608;&#1575;&#1607;&#1583; &#1588;&#1583;. &#1570;&#1610;&#1575; &#1605;&#1575;&#1610;&#1604; &#1576;&#1607; &#1575;&#1583;&#1575;&#1605;&#1607; &#1593;&#1605;&#1604;&#1610;&#1575;&#1578; &#1605;&#1609;&#8204;&#1576;&#1575;&#1588;&#1610;&#1583;&#1567;");

function check_paragraph_delete(id) {	
	if (confirm(EnterVar30)) {
		window.location='do_paragraph_remove.php?id='+id;
	}		
}
function check_title_delete(id) {	
	if (confirm(EnterVar31)) {
		window.location='do_paragraph_remove.php?id='+id;
	}		
}

