﻿// JScript File
  function Client_Load(){ alert_message();document.getElementById('playpause').value='OFF';setAutomaticly();}
  function alert_message(){
  if(document.getElementById('ctl00_lbl_dialog')!=null)
  if(document.getElementById('ctl00_lbl_dialog').innerHTML!='') alert(document.getElementById('ctl00_lbl_dialog').innerHTML);
  if(document.getElementById('Td7')!=null)
  if(document.getElementById('Td7').innerText!='' && document.getElementById('Td7').innerText.length >2) {alert('ثبت نام شما در سايت انجام نگرفت ---> '+document.getElementById('Td7').innerHTML.replace('&nbsp;',''));ShowDialog();}}
  function register(){var msg=RegisterPanel.getElementsByTagName('td').item('td_username').innerHTML; if(msg=='' || msg.length==0){msg=RegisterPanel.getElementsByTagName('td').item('td_email').innerHTML;if(msg=='' || msg.length==0) document.getElementById('ctl00_LoginView1_Login1_CreateUserWizard1___CustomNav0_StepNextButtonButton').click();else alert(msg); }  else alert(msg); return false;}
  function UserName_Alert(){alert_message();RegisterPanel.getElementsByTagName('td').item('td_username').innerHTML= document.getElementById('ctl00_lbl_dialog').innerHTML;}
  function Email_Alert(){alert_message();RegisterPanel.getElementsByTagName('td').item('td_email').innerHTML=document.getElementById('ctl00_lbl_dialog').innerHTML;}
  function calcHeight(){try{var ifa=document.getElementById('the_iframe');window.document.title=ifa.contentWindow.document.title;var the_height=ifa.contentWindow.document.body.scrollHeight;ifa.height=the_height;}catch(e){alert('error')};}
  function GoToPage(url){try{document.getElementById('the_iframe').src=url;}catch(e){alert('Error');}}
  function CheckHeader(pgname){try{if(window.parent==window) window.location.href="default.aspx?Page="+pgname; } catch(e){alert('Error');}return false; }
  function CheckHead(pgname){try{if(window.parent==window) window.location.href="default.aspx?page="+pgname; } catch(e){alert('Error');}return false; }
  var amm='';
  function GoToFocues(id){if(document.getElementById("amount_"+id).innerHTML=="0") alert('با عرض پوزش ، در حال حاضر از اين کالا هيچ نمونه اي وجود ندارد');else{   window.parent.location.href="Focus_Page.aspx?gdid="+id; }return false;}
