function getValue()	{

var a = document.getElementById("container");
a.innerHTML = '<html><link href="http://off.theorigo.com:8103/web/css/print.css" media="print" rel="stylesheet"/><body><div id="container">'+a.innerHTML+'</div></body></html>';
var myWin = window.open('',"myWin","menubar,scrollbars,left=30px,top=40px,height=400px,width=600px");

myWin.document.write(a.innerHTML); 

} 
