function PNQN(){    html = '<p class="focus_tab">outline of PNQN design</p>';    html = html + '<p class="blur_tab" onclick="createEdit()">production - edit</p>';    html = html + '<div id="all_conteiner"><p class="basic">';    html = html + 'PNQN design is a design-visual section of middlecentre.<br /><br />';    html = html + 'PNQN design has made and produced many jackets and PVs of middlecentre artists. And, this site is supervised, produced artwork, constructed (part), managed by PNQN design.<br />';    html = html + '</p></div>';        $("contents_conteiner").innerHTML = html;}function createEdit(){    html = '<p class="blur_tab" onclick="PNQN()">outline of PNQN design</p>';    html = html + '<p class="focus_tab">production - edit</p>';    html = html + '<div id="all_conteiner"><p class="basic">';    html = html + 'We are not receive requests excluding middlecentre now. But, Inquire us your request about movie source and picture source.<br />';    html = html + 'Materials you demanded are in the library of PNQN design not published, maybe.';        $("contents_conteiner").innerHTML = html;}