function wOpen(){
  window.open('http://ichiban-foods.jp/recipe/uploader.php','cw','width=280,height=285')
}

window.focus()
function setParent(){
  ct = document.getElementById("toParent").value
  window.opener.document.getElementById("getText").value = ct
}

function cText(obj){
if(obj.value==obj.defaultValue){
obj.value="";
obj.style.color="#000";
}
}

function sText(obj){
if(obj.value==""){
obj.value=obj.defaultValue;
obj.style.color="#999";
}
}
