function printTableHead(){
	if (screen.width<=800) {		width='1024'; }
		else {			width='100%'; }

	document.write('<table cellspacing="0" cellpadding="0" border="0" width=\"' + width + '\" height="100%" id="main-table">');
}

function printMenublockPos(){	if (screen.width<=800) {
		pos='left: 656px;'; }
		else {
			pos='right: 0px;'; }

	document.write('<div id="menu-block" style=\"' + pos + '\">');
}
