You must always supply the type of variables, either explicitly or by using a value. In this case explicitly, since the variables are declared inside a function definition.
function BeginPage(width,height) { // wrong
function BeginPage(width : int, height : int) { // right