function OpenWin(theLoc,width,height) {
var caSite = "http://www.mcgrawhill.ca/college/olcsupport/mcshane6e/eSG/crosswords/mcshane6_crossword_" + theLoc + ".html";

var cmd = "width=" +  width  + ",height=" + height  +  ",toolbar=NO,location=NO,resizable=NO,scrollbars=NO";

var theWin = window.open(caSite,"",cmd);
}

