function detail(intdetailNum){
	var intWidth;
	var intHeight;
	switch (intdetailNum) {
    case 0:
	 intWidth = 430;
	 intHeight = 380;
	 break;
	case 1:
	 intWidth = 430;
	 intHeight = 340;
	 break;
	case 2:
	 intWidth = 430;
	 intHeight = 185;
	 break;
	case 3:
	 intWidth = 430;
	 intHeight = 125;
	 break;
	case 4:
	 intWidth =629;
	 intHeight = 600;
	 break;
	case 5:
	 intWidth = 529;
	 intHeight = 600;
	 break;
	case 6:
	 intWidth = 529;
	 intHeight = 478;
	 break;
	case 7:
	 intWidth = 530;
	 intHeight = 450;
	 break;
	case 8:
	 intWidth = 430;
	 intHeight = 500;
	 break;
	case 9:
	 intWidth = 290;
	 intHeight = 325;
	 break;
    case 10:
	 intWidth = 690;
	 intHeight = 550;
	 break;	 
	case 12:
	 intWidth = 610;
	 intHeight = 680;
	 break;	 
	case 13:
	 intWidth = 430;
	 intHeight = 495;
	 break;
	case 14:
	 intWidth = 691;
	 intHeight = 540;
	 break;
	case 15:
	 intWidth = 691;
	 intHeight = 540;
	 break;
	case 16:
	 intWidth = 630;
	 intHeight = 591;
	 break;
	case 18:
	 intWidth = 320;
	 intHeight = 140;
	 break;
	case 19:
	 intWidth = 430;
	 intHeight = 390;
	 break;
	case 20:
	 intWidth = 430;
	 intHeight = 495;
	 break;
	case 21:
	 intWidth = 430;
	 intHeight = 500;
	 break;	 
	case 22:
	 intWidth = 430;
	 intHeight = 200;
	 break;	 	 
}
     window.open("../common/detail_" + intdetailNum + ".htm","","width=" + intWidth + ",height=" + intHeight + ",scrollbars=yes,top=0,left=0");
}
