// $Id: scripts.js,v 1.1.1.1 2007/05/17 15:42:20 leth Exp $
// $Source: /home/cvs/docsrc/parmgr-website/en/rio/src/scripts.js,v $
//
// Display the sample screen in its own window

function sampleScreen(){
     sampleScreenWindow = window.open('','mapWin','toolbar=no,menubar=no,width=711,height=457')
     sampleScreenWindow.document.write
       ('<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Partition Manager v1.0 sample screen image</title></head><body bgcolor="white"><center><img src="images/parmgr_ole.jpg" width="695" height="441" alt="sample screen image"></center></body></html>')       
     sampleScreenWindow.document.close()
     sampleScreenWindow.focus()
}
