/*
surma-marketing 
---------------
[20.07.2006]
Autor: Christian Rüggeberg
http://www.sinus-medien.de
*/
printWIN = null;
function printPage(id) {
	strURL = 'index.php?id=' + id + '&type=98';
    printWIN = window.open(strURL,'Preview','width=675,height=600,left=0,top=0,scrollbars=yes');
    printWIN.focus();
	}

function getElById(idVal) {
    return (document.getElementById) ? document.getElementById(idVal) : (document.all)?document.all[idVal] : null;
	}

