
function openwindow01()
{	
	//pdfを新しいウィンドウで開く
	window.open('../pdfdata/advertising01.pdf','','width=1024,height=768');
}

function openwindow02()
{	
	window.open('../pdfdata/advertising02.pdf','','width=1024,height=768');
}

