
function popUp(pPage){
popUpWin = window.open(pPage,'winPopUp','resizable=yes,scrollbars=no,menubar=no,width=500,height=400');
}

function palautePopUp(pPage){
popUpWin = window.open(pPage,'winPopUp','resizable=yes,scrollbars=no,menubar=no,width=400,height=500');
}

function asiaPopUp(pPage){
popUpWin = window.open(pPage,'winPopUp','resizable=yes,scrollbars=yes,menubar=no,width=400,height=550');
}

function lukijallePopUp(pPage){
popUpWin = window.open(pPage,'winPopUp','resizable=yes,scrollbars=yes,menubar=no,width=500,height=550');
}

function sisaltoPopUp(pPage){
popUpWin = window.open(pPage,'winPopUp','resizable=yes,scrollbars=yes,menubar=no,width=350,height=550');
}

