<script language="javascript" type="text/javascript">
function moreinfo(num) 
{
	
	win = window.open("","planned_opening","width=400,height=400,scrollbar=yes");
	win.document.open();
	win.document.write('<html><head><title>more info</title><link rel="stylesheet" type="text/css" href="fileadmin/styles/styles-common.css" /><link rel="stylesheet" type="text/css" href="fileadmin/styles/styles-globegarden.css" /></head><body bgcolor="#fef5e6" style="margin:25px 25px 25px 25px;">');
	win.document.write(num);
	win.document.write('</body></html>');
	win.document.close();

}


	
</script>

