로마서 13장
8 피차 사랑의 빚 외에는 아무에게든지 아무 빚도 지지 말라 남을 사랑하는 자는 율법을 다 이루었느니라
9 ㄱ)간음하지 말라, 살인하지 말라, 도둑질하지 말라, 탐내지 말라 한 것과 그 외에 다른 계명이 있을지라도 네 이웃을 네 자신과 같이 사랑하라 하신 그 말씀 가운데 다 들었느니라
10 사랑은 이웃에게 악을 행하지 아니하나니 그러므로 사랑은 율법의 완성이니라
조원영 목사
");
imgWin.document.write("");
imgWin.document.write("");
imgWin.document.close();
}
function displaySize(size){
switch (size){
case 0: // DEFAULT ScreenMode
document.wmplay.width = 320;
document.wmplay.height = 320;
document.all['RANGS'].height =320;
break;
case 2: // Double ScreenMode
document.wmplay.width = 600;
document.all['RANGS'].height =534;
document.wmplay.height = 534;
break;
case 3: // FULL ScreenMode
document.wmplay.fullScreen = 'true';
break;
} /* end of switch condition */
}
//-->