var popin_template= new Array();

/*############DEVELOPING ERRORS############*/
//loads developer error header
popin_template['developer_error']='<div class="header"><div class="title">Error</div><div class="title_text">developer error</div><div class="close"><a href="javascript:void(0);" onclick="javascript:destroyAndRemovePopin();"><img src="/images/close_popin.png" border="0" width="15" height="15"></a></div><div class="clearer"></div></div><div class="body">Hey, developer! You are not making the best use of the popin.<br/><br/><b>Check the parameters, please.</b><br/><br/><ul><li>Set the first param to a webpage so it can be fetched for content </li><li>or leave ther first param \'\' (empty string) and fill the template array position youd want to display.</li></ul><br/><br/>Was that hard? :p</div>';

popin_template['developer_error_null_template']='<div class="header"><div class="title">Error</div><div class="title_text">developer error</div><div class="close"><a href="javascript:void(0);" onclick="javascript:destroyAndRemovePopin();"><img src="/images/close_popin.png" border="0" width="15" height="15"></a></div><div class="clearer"></div></div><div class="body">Hey, developer! You are not making the best use of the popin.<br/><br/><b>Make sure that the required template exists.</b></div>';

/*############OTHER TEMPLATES############*/
//loads generic error header
popin_template['generic_error_header']='<div class="header"><div class="title">Error</div><div class="title_text">something went wrong...</div><div class="close"><a href="javascript:void(0);" onclick="javascript:destroyAndRemovePopin();"><img src="/images/close_popin.png" border="0" width="15" height="15"></a></div><div class="clearer"></div></div>';

//loads an empty popin skeleton to be personalized via javascript
popin_template['empty']='<div class="header"><div class="title"></div><div class="title_text"></div><div class="close"><a href="javascript:void(0);" onclick="javascript:destroyAndRemovePopin();"><img src="/images/close_popin.png" border="0" width="15" height="15"></a></div><div class="clearer"></div></div><div class="body"></div>';

//loads login interface
popin_template['login']='<div class="header"><div class="title">Login</div><div class="title_text">or<a href="">join autoviva</a></div><div class="close"><a href="javascript:void(0);" onclick="javascript:destroyAndRemovePopin();"><img src="/images/close_popin.png" border="0" width="15" height="15"></a></div><div class="clearer"></div></div>';

//default_form_error
popin_template['default_form_error']='<div class="body" style="margin:0"><form><img src="/images/popin_warning.png" style="float:left;margin-right:20px"/>{MESSAGE}<div class="clearer"></div><input style="float:right" class="button welcome_button" name="ok" type="button" id="popin_ok_button" value="ok" onclick="javascript:destroyAndRemovePopin();"></form><div class="clearer"></div></div>';

//default_form_success
popin_template['default_form_success']='<div class="body" style="margin:0"><form><img src="/images/popin_tick.png" style="float:left;margin-right:20px"/>{MESSAGE}<div class="clearer"></div><input style="float:right" class="button welcome_button" name="ok" type="button" id="popin_ok_button" value="ok" onclick="javascript:destroyAndRemovePopin();"></form><div class="clearer"></div></div>';




