var objWin;

function popupImgWin(hotelCode,planCode) {
	
	var imgWidth=620;
	var imgHeight=500;
	var targetURL='http://rsv.princehotels.co.jp/cgi-bin/ihonex/stay/search_category.cgi?hid='+hotelCode+'&search%3Ahid='+hotelCode+'&plan_groupcd='+planCode+'&c=1&search=1&form=jp'
	objWin = window.open("#","subWindow","width="+imgWidth+",height="+imgHeight+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
	objWin.document.open();
	tag = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
	tag = '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja" dir="ltr">';
	tag += '<head>';
	tag += '<meta http-equiv="content-type" content="text/html; charset=utf-8" />';
	tag += '<meta http-equiv="content-language" content="ja" />';
	tag += '<meta http-equiv="content-script-type" content="text/javascript" />';
	tag += '<meta http-equiv="content-style-type" content="text/css" />';
	tag += '<title>'+'菊華会'+'</title>';
	tag += '<link rel="stylesheet" type="text/css" media="screen,tv,projection,print" href="/kk2/common/css/reservation.css" />';
	tag += '<script type="text/javascript" src="/common/js/rollover.js"></script>';
	tag += '<script type="text/javascript">';
	tag += 'function openURL(){';
	tag += 'window.open('+"'"+targetURL+"','win','"+'width=980,height=640,toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1'+"'"+');';
	tag += 'window.close();';
	tag += '}'
	tag += 'function jumpHowto(){';
	tag += 'window.open('+"'"+'/kk2/reservation/'+"','win','"+'width=980,height=640,toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1'+"'"+');';
	tag += 'window.close();';
	tag += '}';
	tag += '</script>';
	tag += '</head>';
	tag += '<body style="margin:0; padding:0;">';	
	tag += '<div id="content">';
	tag += '<div class="leftBox">';
	tag += '<img src="/kk2/common/imgs/reservation/img_card.jpg" alt="菊華会会員証" />';
	tag += '</div>';
	tag += '<div class="rightBox">';
	tag += '<img src="/kk2/common/imgs/reservation/title_attention.gif" alt="ご案内" width="330" height="18" />';
	tag += '<p>菊華会会員さま専用のプランです。<br /><span>（菊華会会員証をお持ちでない方は、ご予約できません。）</span><br />ご予約の際に、ご予約フォームのホテルへのご要望欄に「菊華会会員証の番号（7桁）」をご記入ください。</p>';
	tag += '<img src="/kk2/common/imgs/reservation/img_card2b.jpg" alt="princecard" />';
	tag += '<p>また、SEIBUプリンスカードをお持ちのお客さまは、「SEIBUプリンスカード」欄に『お客さま番号（8桁）』をご入力ください。<a href="javascript:jumpHowto();">&gt;&gt;詳細</a><br />また、お支払の際に、SEIBUプリンスカードをご提示いただくとプリンスポイントがたまります。<br />';

	tag += '<div class="btnOK"><a href="javascript:openURL();"><img src="/kk2/common/imgs/reservation/btn_ok.jpg" alt="ご予約画面へ進む" width="222" height="35" border="0" /></a></div>';
	tag += '</div>';
	tag += '</body>';
	tag += '</html>';
	objWin.document.write(tag);
	objWin.document.close();
	objWin.focus();
};


	
	

