﻿function showAuthor()
{

	var html=fnAuthor();
	var element = document.getElementById("flashContent");
	element.innerHTML=html;	
	
    $('listProducts').innerHTML = "";
    $('listItems').innerHTML = "";

	//if((Cust.length==0) ||(Cust[0].FirstName=='')||(Cust[0].FirstName=='LoginFailed')||(Cust[0].FirstName=='RegLoginFailed'))
	if((Cust.length==0) ||(Cust[0].FirstName=='')||(Cust[0].FirstName=='LoginFailed')||(Cust[0].FirstName=='RegLoginFailed')||( Cust[0].FirstName=='RegSuccess')||(Cust[0].FirstName=='UnApproved'))   
//end here
	     { 
	     var log =displayLogin() ;
		    $('cart').innerHTML = log;
		 }
//		 else
//		 {
////		     var cart=Cart;
////			showCart(cart,'false');
//		 }
			//end here
	//document.frmAuthor.elements[0].focus();
}
function fnAuthor()
{
var html="";

    html='<table bgcolor="#FFFaF0" border="0" cellpadding="0" cellspacing="0" style="HEIGHT: 23px; LEFT: 1px; TOP: 1px; WIDTH: 430px; border-collapse:collapse" bordercolor="#111111">';
    html+='<tr><td align="center" bgcolor="#FFFaF0" ><p align="center"><font color="#CC6600" face="Arial"><strong><font size="5"><b>Authors </b>'; 
    html+='</font> </strong></font></td></tr><tr><td bgcolor="#FFFaf0" class="style1">&nbsp;</td></tr></table>';
    html+='<p> <font size="2"><b>If you are interested in bringing your Tamil Creative Works into Sangapalagai, please email us with the following information:</p><br></tr>';
     // icommented and modified by saraswathy on 29/04/2008  
       //html +='<font size="2"><b>Your name, Pen name, email id for us to contact, address, phone number and a brief note about your work(not exceeding 100 words).<br></tr></font></tbody></table>';
     html +='<font size="2"><b><ul><li>Your name</li><li> Pen name</li><li>email id for us to contact</li><li> address</li><li>phone number and a brief note about your work(not exceeding 100 words).</li></ul><br></tr></font></tbody></table>';
     //commented and modified by geetha on 16/09/2008
    //html +='<b>Send your email to:<a href="mailto:author@sangapalagai.com"><font color="blue">author@sangapalagai.com</font></a><br>';
    html +='<b>Send your email to:<a href="mailto:sangapalagai@gmail.com"><font color="blue">sangapalagai@gmail.com</font></a><br>';
    //ends here
    html+='</td></tr><br><tr><td>Thank you</td></tr></table></tbody></table> ';
    return html;
 }	
function showPublisher()
{

	var html=fnPublisher();
	var element = document.getElementById("flashContent");
	element.innerHTML=html;	
	
  $('listProducts').innerHTML = "";
    $('listItems').innerHTML = "";
	//if((Cust.length==0) ||(Cust[0].FirstName=='')||(Cust[0].FirstName=='LoginFailed')||(Cust[0].FirstName=='RegLoginFailed'))
	if((Cust.length==0) ||(Cust[0].FirstName=='')||(Cust[0].FirstName=='LoginFailed')||(Cust[0].FirstName=='RegLoginFailed')||( Cust[0].FirstName=='RegSuccess')||(Cust[0].FirstName=='UnApproved'))   
	//end here
	     { 
	     var log =displayLogin() ;
		    $('cart').innerHTML = log;
		 }
//		 else
//		 {
////		     var cart=Cart;
////			showCart(cart,'false');
//		 }
			//end here
	//document.frmAuthor.elements[0].focus();
}
function fnPublisher()
{
var html="";

    html='<table bgcolor="#FFFaF0" border="0" cellpadding="0" cellspacing="0" style="HEIGHT: 23px; LEFT: 1px; TOP: 1px; WIDTH: 430px; border-collapse:collapse" bordercolor="#111111">';
    html+='<tr><td align="center" bgcolor="#FFFaF0" ><p align="center"><font color="#CC6600" face="Arial"><strong><font size="5"><b>Publishers </b>'; 
    html+='</font> </strong></font></td></tr><tr><td bgcolor="#FFFaf0" class="style1">&nbsp;</td></tr></table>';
    html+='<b><font size="2">If you wish us to distribute your TAMIL publications, please get in touch with us by email</font>';
    //commented and modified by geetha on 16/09/2008
    //html+='&nbsp;&nbsp;<a href="mailto:publisher@sangapalagai.com"><font size=2 color="blue">publisher@sangapalagai.com</font></a><br>';
    html+='&nbsp;&nbsp;<a href="mailto:sangapalagai@gmail.com"><font size=2 color="blue">sangapalagai@gmail.com</font></a><br>';
    //ends here
    html+='<b><font size="2">giving us information about yourselves and your publication.</font>';
    html+='</td></tr><br><tr><td><font size="2"><br>Thank you</font></td></tr></table></tbody></table> ';
    return html;
 }	


