var color='FF00FF';
function putFlash(w,h,src,txt,align,wmode,newsdate,navto)
{
document.write('');
}
function putFlashOgone()
{
document.write('');
}
function navigate(navto)
{
location='?module='+navto;
}
function showtab(tab1,tab2)
{
try {
document.flashMenu.setMenu(tab1,tab2);
}
catch(er) {
obj=document.getElementById('flashMenuX');
obj.setMenu(tab1,tab2);
}
/*
if (obj=document.getElementById('flashMenuX'))
{
obj.setMenu(tab1,tab2);
} else {
document.flashMenu.setMenu(tab1,tab2);
}
*/
newurl='iframe/?module=banner&action=showVertical&r='+Math.random();
//parent.document.getElementById('bannerframe').src=newurl;
//if(tab1!=1)
//{
// document.getElementById('framerefresh').innerHTML='';
//}
}
function setCheck(obj, sIDInput)
{
if (obj.checked)
{
obj.firstChild.innerHTML = '
'
} else {
obj.checked = false; //Initiate value with false;
obj.firstChild.innerHTML = '
'
}
document.getElementById(sIDInput).value = obj.checked;
obj.checked =!obj.checked;
}
function doResize()
{
tdcol=document.getElementById('col1');
if (self.innerWidth)
{
frameHeight = window.parent.innerHeight;
}
else if (document.documentElement && document.documentElement.clientWidth)
{
frameHeight = window.parent.document.documentElement.clientHeight;
}
else if (document.body)
{
frameHeight = window.parent.document.body.clientHeight;
}
tdcol.style.height=(frameHeight-100)+'px';
var ourFrame = window.parent.document.getElementById('iframe');
//ourFrame.style.height = "100px";
con=document.getElementById('topcontainer');
if(con.offsetHeight){
divHeight=con.offsetHeight;
}
else if(con.style.pixelHeight){
divHeight=con.style.pixelHeight;
}
//alert('div:'+divHeight);
if (ourFrame) {
ourFrame.style.height = divHeight + "px";
}
parent.scroll(0,0);
}
function openTerms()
{
window.open('/index.php?module=basic&show=terms','DigitalMagazine','width=585, height=800, resizable=no, fullscreen=no, scrollbars=yes');
}
function openPrivacy()
{
window.open('/index.php?module=basic&show=privacy','DigitalMagazine','width=585, height=800, resizable=no, fullscreen=no, scrollbars=yes');
}
/* Vars email */
mt1='mai';
mt2='lto';
mt3='.';
mt4='@';